My command window doesn't run the scrip
2 views (last 30 days)
Show older comments
I have my code in the script window. When i press the Run button it doesn't perform any calculations; instead i get this in command window:
EDU>> IChe10
IChe10 is the name of the file. I have tried everything using different file names, different locations for the file, i reinstalled the app again but no luck. I have OS X Mavericks system i hope this is not the problem.
Thanks
13 Comments
per isakson
on 22 Oct 2014
Edited: per isakson
on 22 Oct 2014
You have to start using the on-line documentaiton.
- Semicolon. .... Used after an expression or statement to suppress printing ...
- disp   look it up
- fprintf ...
- and more
Answers (1)
See Also
Categories
Find more on Workspace Variables and MAT-Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!