Question: For the rest of this tutorial: 1 . ) Using the scatter ( ) function ( you could use any plotting function ) make a

For the rest of this tutorial:
1.) Using the scatter() function (you could use any plotting function) make a mark on
the point that the user enters in the x1 and y1 fields. The user enters the following (x1,
y1) values and after each pair (x1, y1) press the mark the image button. All the points (Ex:
(200,200),(400,400),(700,700),(900,900)) that the user enters have to marked separately
and held on map until the program is exited. The value of an x1 EditField can be read using
app.x1EditField.Value. Similarly, the value entered in the y1 field can be accessed.
2.) Create the startupFcn() call back from the code Browser section and set initial value
of 100 for the Editfields x1 and y1. Note that the input to these fields could be string
and you can use the num2str/str2num function if necessary.
(Make sure to check command window for errors if any)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!