Clear Filters
Clear Filters

How to run a .p file?

19 views (last 30 days)
Sarah Ghosh
Sarah Ghosh on 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.

Accepted Answer

Walter Roberson
Walter Roberson on 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

More Answers (0)

Categories

Find more on Programming Utilities in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!