how to move the graph vertically downward to zero?
Ältere Kommentare anzeigen
Hi all,
In the attached graph there are 2 types of data the blue one is observed those are I want calculate the mean and shifting the graph to zero (over the red one). how can I do those calculating and shifting?
thank you in advance
Antworten (1)
Star Strider
am 5 Jul. 2015
Take the mean of the blue series and subtract it:
new_blue = blue - mean(blue(:));
Without your data I cannot get any more specific. The ‘blue’ here are the dependent variable data. Your independent variable (for example x) remains unchanged.
4 Kommentare
Image Analyst
am 5 Jul. 2015
Doesn't do us much good without giving us obs also.
lina
am 5 Jul. 2015
Image Analyst
am 5 Jul. 2015
lina, come on. This is like a comedy of errors. Do you think we'll now be able to run this without giving us the jeddah.csv file?
Kategorien
Mehr zu Discrete Data Plots finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!