Matlab - ayuda argumento función exp

 
Vista:

ayuda argumento función exp

Publicado por cristian (1 intervención) el 25/11/2010 01:02:11
Tengo el siguiente archivo:
1
200
1
9
9
14
1;2;2
1;4;2
en un código de matlab hago lo siguiente:
fid = fopen('archivo.txt','r');
numeros = textscan(fid, '%d',6,'delimiter','\n');
numeros = numeros{1,1};
dispercion = numeros(1);
exp(dispercion)

la función exponencial tira error (??? Undefined function or method 'exp' for input arguments of type 'int32'.), cómo lo arreglo?
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder