photo

Caleb


Grove City College

Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

2 Questions
8 Réponses

RANG
5 578
of 300 302

RÉPUTATION
8

CONTRIBUTIONS
2 Questions
8 Réponses

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
2

RANG
 of 20 911

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 040

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
Shaperead
Try this: s = shaperead('concord_shapes.shp','UseGeoCoords',true)

presque 13 ans il y a | 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...

presque 13 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
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...

environ 13 ans il y a | 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...

plus de 13 ans il y a | 5 réponses | 0

5

réponses

Réponse apportée
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'); ...

plus de 13 ans il y a | 1

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

plus de 13 ans il y a | 0

| A accepté

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

plus de 13 ans il y a | 0

Réponse apportée
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.

plus de 13 ans il y a | 0

Réponse apportée
how to use fprintf in string command
fprintf('%g',[xopt Fopt])

plus de 13 ans il y a | 0

Réponse apportée
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...

plus de 13 ans il y a | 0