photo

Fotis_oe


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
39,842
of 300,863

評判
1

コントリビューション
7 質問
0 回答

回答採用率
100.0%

獲得投票数
1

ランク
 of 21,100

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,413

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


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

7年弱 前 | 1 件の回答 | 0

1

回答

質問


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

8年以上 前 | 1 件の回答 | 0

1

回答

質問


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

8年以上 前 | 2 件の回答 | 0

2

回答

質問


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

8年以上 前 | 1 件の回答 | 0

1

回答

質問


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

8年以上 前 | 1 件の回答 | 1

1

回答

質問


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

8年以上 前 | 1 件の回答 | 0

1

回答

質問


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

8年以上 前 | 2 件の回答 | 0

2

回答