![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/21391326_1612213043560_DEF.jpg)
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...
거의 4년 전 | 답변 수: 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...
거의 4년 전 | 답변 수: 1 | 0