how to plot signals on the same scale

hi,
i have 3 different excel files that im plotting , however one file that does not have same time scale, but i would like them to plot on the same scale (the red and blue are on the same but not the green one). please help.

2 个评论

when you mean timescale do you mean capacity? Just out of curiosity , are those from LFP cell (green) and NMC cells (blue and red)?
Hi, They are lfp cells and yes I'm trying to scale them with capacity

请先登录,再进行评论。

回答(1 个)

For the green one, just subtract the first element of the capacity vector from the entire vector in your plot command.
For example:
plot(capacity_blue, V_blue, capacity_red, V_red, capacity_green - capacity_green(1), V_green)

类别

帮助中心File Exchange 中查找有关 Test and Measurement 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by