How to calculate a natural logarithm of a function handle?
    5 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
Hello,
I would like to calculate the ln of the function Inum which is an integral of a symbolic function y(t). For that I converted y(t) into a function handle.
   ynum=matlabFunction(y);
   Inum=@(x)integral(ynum,0,tfail(i));
   f = log(Inum);
Does anybody know why the code above is not working?
0 comentarios
Ver también
Categorías
				Más información sobre Numbers and Precision en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

