I need to find slope of a curve

2 ビュー (過去 30 日間)
Abhinav
Abhinav 2016 年 8 月 21 日
回答済み: simone martinelli 2016 年 9 月 28 日
I have this graph plotted from FFT data (in excel). I need to find the slope of the curve seperately. so one value for line A (positive slope) and line B (negative slope). Idea is to get a ratio from that and compare the ratio with other samples. Usually i would go to my teacher but he is on holiday and i need this done well before he comes back.Also i am a complete novice when it comes to matlab, so a slightly detailed explanation would be very helpful. Thanks in advance.

回答 (1 件)

simone martinelli
simone martinelli 2016 年 9 月 28 日
numA = xlsread(filename,sheet,xlRange) insert the range depending od quantity of data value A
numB = xlsread(filename,sheet,xlRange) insert the range depending od quantity of data value B
slopeA=diff(numA);% slope between different object of vector A
slopeB=diff(numB);% slope between different object of vector B

カテゴリ

Help Center および File ExchangeHolidays / Seasons についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by