Statistics
7 Questions
                        0 Answers
RANK
276.508
                          
                          
of 300.381
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          7 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            71.43%
                        
VOTES RECEIVED
0
RANK
 of 20.941
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168.477
CONTRIBUTIONS
                            0 Problems
                            0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
how to plot fewer marker ?
plot(VarName10, VarName9,'Marker','*','MarkerIndices',1:100:length(VarName9)); I tried this but it shows error Error using p...
meer dan 6 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
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...
bijna 7 jaar ago | 0 answers | 0
0
answersQuestion
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:...
ongeveer 7 jaar ago | 1 answer | 0
1
answerQuestion
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.
ongeveer 7 jaar ago | 1 answer | 0
