Borrar filtros
Borrar filtros

How to call a file.m

2 visualizaciones (últimos 30 días)
saeede
saeede el 25 de Dic. de 2023
Respondida: madhan ravi el 4 de En. de 2024
I need your help.
I am working on a simulink model and I want whenever run it, I give it some inputs. e.g. I can give it different heights when I want it to work.
I defined a file.m in the same directory and same name. but whenever I run it I face this error:
What should I do?

Respuestas (1)

madhan ravi
madhan ravi el 4 de En. de 2024
Let’s say your file name is Load_Variables.m.
And it has a code:
Vax = 10;
Click the run button in MATLAB , now this variable Vax is loaded into workspace.
Then run the Simulink .slx file. To see if the variable exists in base workspace. Type
whos
In command window.

Categorías

Más información sobre Modeling en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by