photo

Fotis_oe


Attivo dal 2017

Followers: 0   Following: 0

Statistica

MATLAB Answers

7 Domande
0 Risposte

RANK
40.097
of 301.307

REPUTAZIONE
1

CONTRIBUTI
7 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
1

RANK
 of 21.235

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 173.928

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


Plot two variables only when a third one has certain value
Hi I have 3 variables, Time, Temperature and FC. FC is either 1 or 0. All 3 variables are of the same length. I want to plot t...

circa 7 anni fa | 1 risposta | 0

1

risposta

Domanda


Meaning of '' if sum(j == I)''
I have I = 31x1 and x = 15322x1 and then it's written: for j=1:length(x)-1 if sum(j == I) What does su...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How to integrate matrices?
I am trying to do the following: t = [1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20]; %time = 1x20 heatflux = [2 3...

quasi 9 anni fa | 2 risposte | 0

2

risposte

Domanda


How to get different colors in plotlines of a figure when using for loop?
I have the code below: for i=1:num_cat plot(Flow1(1:5),RTLbrick1_avg(i,:),'--go'); hold on end hold...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


How to use 'hold on' when plotting inside for loops
I have two matrices Flow1(1:5) and RTL(i,:) or (i,5). I want to plot Flow1 over RTL and I write the following. for i=num...

quasi 9 anni fa | 1 risposta | 1

1

risposta

Domanda


How to create a zeros(1,5) array variable and assign it with different name depending on the number of items you test?!
I have this variable 'x' and i number of items. I want to create i number of variables with the same name x where each one of th...

quasi 9 anni fa | 1 risposta | 0

1

risposta

Domanda


How to create loop that plots data from a file depending on the length of data and with specific pattern
If anyone can help, I am grateful! I have the code below: Fig = figure(1); subplot(2,2,1); plot(Flow1(1:5),Richto...

quasi 9 anni fa | 2 risposte | 0

2

risposte