photo

Caleb


Grove City College

Attivo dal 2012

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

2 Domande
8 Risposte

RANK
5.569
of 300.364

REPUTAZIONE
8

CONTRIBUTI
2 Domande
8 Risposte

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
2

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Review
  • Thankful Level 1
  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Shaperead
Try this: s = shaperead('concord_shapes.shp','UseGeoCoords',true)

quasi 13 anni fa | 0

Domanda


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...

circa 13 anni fa | 0 risposte | 0

0

risposte

Risposto
How 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...

circa 13 anni fa | 1

Domanda


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...

oltre 13 anni fa | 5 risposte | 0

5

risposte

Risposto
how do you hide an output?
Might try this: [junk, name]=strtok(file(3),'_p'); [right,name]=strtok(name,'_p'); [left,name]=strtok(name,'_V'); ...

oltre 13 anni fa | 1

Risposto
Simple program with a formula
function xyz x = uicontrol('style','edit','units','normalized',... 'position',[.18 .5 .2 .2],'callback...

oltre 13 anni fa | 0

| accettato

Risposto
GUI
% Intial value of a a = 2; setappdata(0,'a',a) %%%%%%%%%%%%% setappdata(0,'a',a+1) % Put this part within the callba...

oltre 13 anni fa | 0

Risposto
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.

oltre 13 anni fa | 0

Risposto
how to use fprintf in string command
fprintf('%g',[xopt Fopt])

oltre 13 anni fa | 0

Risposto
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...

oltre 13 anni fa | 0