Feeds
提问
use calculated coords for textarrow
Hi guys, im trying to add a text arrow to a graph. It is a projectile motion curve so has a maximum point. This point is calcula...
7 years 前 | 1 个回答 | 0
1
个回答提问
GUI Pushbutton using GUIDE
Hi everybody, Im looking to add a GUI to my code in the form of a push button menu. I need 4 buttons with each button correcspod...
7 years 前 | 1 个回答 | 0
1
个回答提问
Pushbutton GUI for code
Hi everybody, Im looking to add a GUI to my code in the form of a push button menu. I need 4 buttons with the output of the butt...
7 years 前 | 2 个回答 | 0
2
个回答提问
Make graph plot wait until error checking is done
if disc >= 0 disp(['This Quadratic equation has two roots']); disp(['the value of the roots are: ', num2str(x1) ' and '...
7 years 前 | 0 个回答 | 0
0
个回答提问
Make graph plot wait until error checking is done
if x1 > x2 while Start > x2 disp(['The Start value must be less than: ', num2str(x2)]); Start = input('Pleas...
7 years 前 | 0 个回答 | 0