Statistics
RANK
5 444
of 295 527
REPUTATION
8
CONTRIBUTIONS
2 Questions
8 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
2
RANK
of 20 242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Shaperead
Try this: s = shaperead('concord_shapes.shp','UseGeoCoords',true)
nästan 12 år ago | 0
Question
How can I acquire position data from an encoder?
For my senior project we need to use two encoders to track the vertical and horizontal position of a device. I'm a mechanical en...
ungefär 12 år ago | 0 answers | 0
0
answersHow can i measure length interactively in axes in gui?
You should be able to use something like this: figure; axis manual ruler = imline(gca); % Get original positio...
mer än 12 år ago | 1
Question
How can I sort a string both alphabetically and numerically?
I'm using a list box that displays the names of the shapes I am storing in a shapefile. I'm using the sort function to list the...
mer än 12 år ago | 5 answers | 0
5
answershow do you hide an output?
Might try this: [junk, name]=strtok(file(3),'_p'); [right,name]=strtok(name,'_p'); [left,name]=strtok(name,'_V'); ...
mer än 12 år ago | 1
Simple program with a formula
function xyz x = uicontrol('style','edit','units','normalized',... 'position',[.18 .5 .2 .2],'callback...
mer än 12 år ago | 0
| accepted
GUI
% Intial value of a a = 2; setappdata(0,'a',a) %%%%%%%%%%%%% setappdata(0,'a',a+1) % Put this part within the callba...
mer än 12 år ago | 0
How can I load a GUI into another GUI?
If you design the GUI programmatically, this should be possible, but with GUIDE I don't think so.
mer än 12 år ago | 0
Exchanging data between different GUI
If you set and get the app data from the root instead of from an individual GUI, all the others GUI figures should be able to se...
mer än 12 år ago | 0