Functions in Matlab 2020b
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have many scripts that I wrote in Matlab 2018b. I just upgraded to Matlab 2020b, and when I try to run one of my scripts, I got the message:
"Attempt to exe3cute SCRIPT filter3pole as a function
Error in PLotData (line 10)
fltRtX = filter3pole(data.RS_Outputs_AC_Body_Rates_X, k, true);"
I have defined filter3pole as a function, in its own file, and that file is in the path. It worked in Matlab 2018, but not in Matlab 2020. What is the problem?
2 comentarios
Walter Roberson
el 29 de Abr. de 2021
If you dbstop at the line with the error then what shows up for
which -all filter3pole
and what are the first few lines of filter3pole.m ?
Respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!