Borrar filtros
Borrar filtros

how to add trend line and output max and min of trend line

3 visualizaciones (últimos 30 días)
Moshe
Moshe el 10 de Dic. de 2016
Hi all,
I wrote this function:
function [On_Balance_Volume] = OBV(SXXPIndex,PX_VOLUME)
%%OBV Script
On_Balance_Volume = onbalvol(SXXPIndex,PX_VOLUME);
plot(On_Balance_Volume)
title('On-Balance Volume for S&P')
i would like to add to this function trend line and output the minimum and maximum of the function. can someone advise?

Respuestas (0)

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by