Youssef Barakat
Followers: 0 Following: 0
Feeds
提问
This is the first part of my program, however I'd like the whole program to stop running and end, if , the choice is 'yes'. Because currently the code just keeps on running even after loading the saved model.
choice = questdlg('Would you like to load a saved spatial model?','Spatial Model','Yes','No, create new spatial model','No, crea...
3 years 前 | 1 个回答 | 0
1
个回答提问
How can I keep on rejecting the value of input until the value inputted is greater than 0? Like how can they loop separately until the correct value is input?
a=input('Please enter the X co-ordinate of the bottom left hand corner of the space: '); dataX=a; if dataX < 0 disp('An i...
3 years 前 | 1 个回答 | 0