Feeds
提问
Find which command used
What matlab command, or combination of commands (using 25 characters or less), could be used to create the following matrix? ...
11 years 前 | 1 个回答 | 0
1
个回答提问
Use the diag command to find matrix and find dominant eigenvalues
Consider the following vectors, which you can copy and paste directly into Matlab. x = [2 1 2 6 6 5 5 5 5 5 4 6]; y = [6...
11 years 前 | 2 个回答 | 0
2
个回答提问
Find the values(coefficient) of the cubic polynomial
Find the values of a, b, c, and d so that the cubic polynomial y = ax3 + bx2 + cx + d provides the best fit to the following (...
11 years 前 | 1 个回答 | 1
