필터 지우기
필터 지우기

How can I create a single column

조회 수: 2 (최근 30일)
Umang Dongre
Umang Dongre 2019년 1월 18일
편집: Umang Dongre 2019년 1월 18일
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?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by