Community Profile

photo

Youssef Barakat


Last seen: 1 year ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer