Tracy
Followers: 0 Following: 0
Feeds
提问
Help with arrays please
Enter the values for the Square of Array A = A=[-10 -9; -8 6] ;
3 years 前 | 1 个回答 | 0
1
个回答提问
I keep getting "Array indices must be positive integers or logical values."
clear;clc x = .993 : 0.01 : 1.283; for n = 1 :1: length(x) f(x) = 7*x(n)^3 - 2*x(n)^2 + 7*x(n) - 14; g(x) = -19*x(n)^3 ...
4 years 前 | 3 个回答 | 0