Error using spline function???

5 ビュー (過去 30 日間)
sonu
sonu 2018 年 4 月 11 日
コメント済み: KSSV 2018 年 4 月 11 日
Hello,
Kindly help me to solve this issue,
I am having 3 columns of values
nroll = totally 6289 values are in nroll (the values in nroll like -0.56894 -17.89654....)
time = totally 369 values are in time(in form of serial date number)
ulink = totally 369 values are in ulink(ranges from 1 to 4)
xx = spline(time,ulink,nroll)
my error is
Error using ./
Integers can only be combined with Integers of same class ,or scalar doubles.
Error in spline (line 58)
dd = ones(yd,1);dy = diff(x);divdif = diff(y,[],2)./dx(dd,:1);
So how to associate these values , what I mean is how to get particular nroll value for ulink corresponding to time...
  1 件のコメント
KSSV
KSSV 2018 年 4 月 11 日
What is class of inputs?

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSplines についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by