Umang Dongre
Followers: 0 Following: 0
Statistica
7 Domande
0 Risposte
RANK
124.055
of 295.569
REPUTAZIONE
0
CONTRIBUTI
7 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
71.43%
VOTI RICEVUTI
0
RANK
of 154.105
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
how to plot fewer marker ?
plot(VarName10, VarName9,'Marker','*','MarkerIndices',1:100:length(VarName9)); I tried this but it shows error Error using p...
oltre 5 anni fa | 2 risposte | 0
2
risposteDomanda
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...
oltre 5 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
quasi 6 anni fa | 0 risposte | 0
0
risposteDomanda
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...
quasi 6 anni fa | 0 risposte | 0
0
risposteDomanda
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:...
circa 6 anni fa | 1 risposta | 0
1
rispostaDomanda
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.
circa 6 anni fa | 1 risposta | 0