photo

Umang Dongre


自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

7 个提问
0 个回答

排名
185,542
of 299,916

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
71.43%

收到投票数
0

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,562

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

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

6 years 前 | 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...

6 years 前 | 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...

6 years 前 | 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 years 前 | 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 years 前 | 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:...

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

7 years 前 | 1 个回答 | 0

1

个回答