photo

hi hey


Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB Answers

12 Domande
1 Risposta

RANK
144.619
of 300.786

REPUTAZIONE
0

CONTRIBUTI
12 Domande
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
50.0%

VOTI RICEVUTI
0

RANK
 of 21.091

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 171.061

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

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


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 '-'?

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 8 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

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

oltre 8 anni fa | 0

| accettato

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 8 anni fa | 1 risposta | 0

1

risposta