Estadística
2 Preguntas
8 Respuestas
CLASIFICACIÓN
6.150
of 295.467
REPUTACIÓN
8
CONTRIBUCIONES
2 Preguntas
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Shaperead
Try this: s = shaperead('concord_shapes.shp','UseGeoCoords',true)
casi 12 años hace | 0
Pregunta
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...
alrededor de 12 años hace | 0 respuestas | 0
0
respuestasHow 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...
más de 12 años hace | 1
Pregunta
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...
más de 12 años hace | 5 respuestas | 0
5
respuestashow do you hide an output?
Might try this: [junk, name]=strtok(file(3),'_p'); [right,name]=strtok(name,'_p'); [left,name]=strtok(name,'_V'); ...
más de 12 años hace | 1
Simple program with a formula
function xyz x = uicontrol('style','edit','units','normalized',... 'position',[.18 .5 .2 .2],'callback...
más de 12 años hace | 0
| aceptada
GUI
% Intial value of a a = 2; setappdata(0,'a',a) %%%%%%%%%%%%% setappdata(0,'a',a+1) % Put this part within the callba...
más de 12 años hace | 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.
más de 12 años hace | 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...
más de 12 años hace | 0