MATLAB: polyval function for N greater than 1

前端 未结 0 1585
挽巷
挽巷 2021-01-04 02:02

I am trying to graph a polynomial function using the following code.

rawTable = readtable(\'Test_data.xlsx\',\'Sheet\',\'Sheet1\');
x = rawTable.A;
y = rawTab         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题