photo

Youssef Barakat


Last seen: 1 year 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

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

1

个回答