Filter löschen
Filter löschen

How to run a .p file?

19 Ansichten (letzte 30 Tage)
Sarah Ghosh
Sarah Ghosh am 9 Aug. 2013
I created a .p file from a .m file. However, when I click on open in the toolbar of the command window, error occurs ,saying that: Error using => open at 146 .M file associated with file_name not found.
Also, when I click on the .p file in the folder, the MATLAB command window opens but the file is not executed. I have to type filename.p explicitly in the command window again to run the file. Even then I get the error saying
???Attempt to reference field of non-structure array
Can anyone help? Thanks in advance.

Akzeptierte Antwort

Walter Roberson
Walter Roberson am 9 Aug. 2013
Start if from the command line without the .p (or .m). Call it the same way you would have called the corresponding .m
For example,
timestwo(17)
would be the syntax no matter if you are using timestwo.m or timestwo.p

Weitere Antworten (0)

Kategorien

Mehr zu Programming Utilities finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by