integral command with function handle
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Ali Kiral
el 11 de Dic. de 2022
Comentada: Ali Kiral
el 11 de Dic. de 2022
Why do I get an error message with the following piece of script? Everything seems OK (I use R2014a by the way)
func=@(x) exp(x^2)/(x^0.5)
func =
@(x)exp(x^2)/(x^0.5)
>> integral(func,0,1)
Error using integral
Too many input arguments.
>>
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!