Umang Dongre
2018 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
7 質問
0 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Multiple y axes on single x axis
Hello, I want to know how to do three y axis one next to one on left side with space. i'm trying but not getting it properly. V...
5年以上 前 | 1 件の回答 | 0
1
回答質問
how to plot fewer marker ?
plot(VarName10, VarName9,'Marker','*','MarkerIndices',1:100:length(VarName9)); I tried this but it shows error Error using p...
5年以上 前 | 2 件の回答 | 0
2
回答質問
How can I create another y-axis on right side?
How can I create another two axis in same figure? x=A0006_charge(:,1); y=A0006_charge(:,2); a=A0006_charge(:,3); z=A0006_cha...
5年以上 前 | 1 件の回答 | 0
1
回答質問
How to calculate SOC
My aim is to calculate SOC how to do that ? load('B0056.mat'); for i=1:252 Type=B0056.cycle(i).type; if strcmp(Type...
6年弱 前 | 0 件の回答 | 0
0
回答質問
How can I create a single column
load('Bob05.mat'); for i=87:9:613 Type=Bob05.cycle(i).type; if strcmp(Type,'impedance')==1 Temperature_meas...
6年弱 前 | 0 件の回答 | 0
0
回答質問
Vector must be the same length error
here i was trying to plot graph but it showing me this error load('B0005.mat'); SoC=xlsread('E:\SoC.xlsx'); for i=87:9:...
約6年 前 | 1 件の回答 | 0
1
回答質問
I have 600 xlsx files and I want to convert all of them in mat, how to do that ?
Each xlsx file contains 6 columns and rows are varying.
約6年 前 | 1 件の回答 | 0