Filter löschen
Filter löschen

Vector must be the same length error

1 Ansicht (letzte 30 Tage)
Umang Dongre
Umang Dongre am 30 Okt. 2018
Beantwortet: madhan ravi am 30 Okt. 2018
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:100
Type=B0005.cycle(i).type;
if strcmp(Type,'charge')==1
Volt=B0005.cycle(i).data.Volt;
plot(B0005.cycle(i).data.Volt, SoC);
hold on;
end
end

Akzeptierte Antwort

madhan ravi
madhan ravi am 30 Okt. 2018
Sizes of B0005.cycle(i).data.Volt and SoC should be the same if you want to plot them if not make some change such that they are equal

Weitere Antworten (0)

Kategorien

Mehr zu View and Analyze Simulation Results finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by