Yuktha Andie Ravinthiran - MATLAB Central
photo

Yuktha Andie Ravinthiran


Last seen: 約2年 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 02/22 to 04/25Use left and right arrows to move selectionFrom 02/22Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 質問
0 回答

ランク
159,841
of 298,204

評判
0

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

回答採用率
66.67%

獲得投票数
0

ランク
 of 20,548

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 160,571

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Plotting multiple scatter points against yticklabel
Hi, I want to plot my mean and stnadard deviation by I can't do this if I plot against yticklabel so I tried to make 2 axis a...

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

1

回答

質問


negative data ignored when set axis to log
kx = 5000; Kx = 0.5; ky = 5000; Ky = 0.5; K1 = 0.3; K2 = 0.3; kd = 0.7; Hi, Here is my code below I am meant to get ...

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

1

回答

質問


Combine plot figures without losing legend
p2 = 'filename.xlsx' tiledlayout(2,2); set(groot,'defaultLineLineWidth',1) figure(1) hold on ex = xlsread(p2,'emis...

約3年 前 | 1 件の回答 | 0

1

回答

質問


reverse jet colours on my lines
hold on set(groot,'defaultLineLineWidth',1.5) ex = xlsread(p2,'emission','E2:E37'); ey = xlsread(p2,'emission','C2:C361'); ...

約3年 前 | 1 件の回答 | 0

1

回答

質問


plot multiple lines with same sample size and apply colour string
p2 = 'filename.xlsx' hold on set(groot,'defaultLineLineWidth',1.5) ex = xlsread(p2,'1','E2:E37'); ey = xlsread(p2,'1','C...

約3年 前 | 1 件の回答 | 0

1

回答

質問


plot multiple data from excel with legend
p2 = 'filename.xlsx' hold on x1 = xlsread(p2,'1','E2:E37'); y1 = xlsread(p2,'1','C2:C37'); %..... other x and y data x10 ...

約3年 前 | 1 件の回答 | 0

1

回答