Enter input arguments by typing them now?
3 views (last 30 days)
Show older comments
Hi all
I am have this problem, when click run the prog. the prog. asked me to enter the input argument by typing it?
where I typing them? In the Editor or in the command window?
3 Comments
Geoff Hayes
on 28 May 2014
Nowhere in the above code is it asking the user for some input. Which line are you referring to, that which is %disp('Entering open_IMG');? If so, I think that the intent of this statement was just to say (at one time) that the software was now entering the function named open_IMG. Though since it is commented out (and there is no function called open_IMG), it no longer has any relevance. And the code doesn't seem to run anyway since pmhRotationMatrix is undefined.
Answers (0)
See Also
Categories
Find more on Logical in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!