0x1 empty double row vector
2 ビュー (過去 30 日間)
古いコメントを表示
Kenneth Bisgaard Cristensen
2020 年 7 月 11 日
コメント済み: Kenneth Bisgaard Cristensen
2020 年 7 月 11 日
Hi,
When i try to solve this:
x=(-200:-175:-150:-125:-100:-75:-50:-25:0:20:40:60:80:100)
f1=[5E-08 -3E-05 -0.0058 1.0479 177.56]
y1=polyval(f1,x)
plot(x,y1)
I says: 0x1 empty double row vector
It works with only positive numbers, how do i get it to work with the negative numbers?
0 件のコメント
採用された回答
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!