sym/besseli - Too many input arguments.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Rasoul Eskandari
el 17 de Mzo. de 2023
Respondida: Torsten
el 17 de Mzo. de 2023
I amd trying to make a symbolic function using "Modified Bessel function of first kind" (besseli) through which the x is the symbolic variable. Although the followig expression:
>> syms x
>> mySymFunc=besseli(0,x);
works well, however, this expression:
>> syms x
>> mySymFunc=besseli(0,x,1);
using the scale value as the third input (here for example 1) will lead to the following error:
"Error using sym/besseli
Too many input arguments."
I would like to ask you if there is any possible solution to overcome this issue.
Regards,
Rasoul
0 comentarios
Respuesta aceptada
Torsten
el 17 de Mzo. de 2023
There is no third argument in the symbolic function "besseli":
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Special Functions 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!