photo

hi hey


Actif depuis 2017

Followers: 0   Following: 0

Statistiques

MATLAB Answers

12 Questions
1 Réponse

RANG
144 611
of 300 765

RÉPUTATION
0

CONTRIBUTIONS
12 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
50.0%

VOTES REÇUS
0

RANG
 of 21 084

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 170 941

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

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


Matlap plot- linspec features
plot(x,y,'-', 'color', cmap(jj,:)); Is there any way I can have matlab plot the data first and the use the linespec '-'?

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


looping over structure fields
Structure=struct('Aww',struct('y',[],'yes',[],'x',[],'no',[]) fn=fieldnames(Structure.Aww) for k=1:numel(fn) tmp = Stru...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


Looping over inputs provided by structure
the Structure Setup AppleDataGreen = struct('taste','Sour', 'color','Bright') AppleDataRed = struct('taste','Sweet', '...

plus de 7 ans il y a | 1 réponse | 0

1

réponse

Question


Function to calculate two different output variables
So originally I started with a code like this: apples=sweet(core,hot,chicken) pie=crust(taste,bake,rim) apples.outside=...

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

0

réponse

Question


mark points on graph
~do calculations x=ddata; y = edata; handles=guidata(hObject); [X,Y] = peaks; surf(X,Y); xlim([-inf inf]); ...

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

1

réponse

Question


Saving data from loop
while(run<time) if(run > time) break end ~do calculations~ z=[]; pie= crust*apple; z=[pie]; ...

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

1

réponse

Question


How do I get specific points to show up on plot?
`First I plot the data given on a graph (xy) `Every 8hrs (runs in a while loop doing a calculation) I need the graph to plot th...

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

1

réponse

Question


Find value in matrix that matches calculation
First my code does a calculation and sets it equal to ash. I then need matlab to find all of the values that match ash in col...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Displaying message in static text box
Got it if(val==2) set(handles.text29,'String', Direct) & set(handles.text27,'String', Directt); end I just used ...

plus de 8 ans il y a | 0

| A accepté

Question


Displaying message in static text box
I have duration and distance. I want to place duration in one static box so that I can call it from a push button to do a cal...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Placing value in gui static text
Struct contents reference from a non-struct array object. I built a gui to do a calculation when I press the start push butto...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Add a zero row or help multiply these matrixes
When you take the difference of a column you are short one row. I would like to add a zero to the beginning of this output. I w...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


Matlab takes in wrong data in command window
[fname, pname] = uigetfile('*.csv'); %ask for file filename= fullfile(pname, fname); %file as string assert(exis...

plus de 8 ans il y a | 1 réponse | 0

1

réponse