Effacer les filtres
Effacer les filtres

How can I create a single column

1 vue (au cours des 30 derniers jours)
Umang Dongre
Umang Dongre le 18 Jan 2019
Modifié(e) : Umang Dongre le 18 Jan 2019
load('Bob05.mat');
for i=87:9:613
Type=Bob05.cycle(i).type;
if strcmp(Type,'impedance')==1
Temperature_measured=Bob05.cycle(i).data.Temperature_measured;
plot(Bob05.cycle(i).data.Temperature_measured);
hold on;
end
end
i have 600 cycles of battery now i have to plot graph (x, y) but i have y axis data i.e. "Bob05.cycle(i).data.Temperature_measured" now for x axis i have to calculate it by formula and that output i wanna plot how to do that?

Réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by