Community Profile

photo

Tracy


Last seen: 대략 3년 전 2020년부터 활동

Followers: 0   Following: 0

통계

  • First Answer

배지 보기

Feeds

보기 기준

질문


Help with arrays please
Enter the values for the Square of Array A = A=[-10 -9; -8 6] ;

대략 3년 전 | 답변 수: 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 ...

3년 초과 전 | 답변 수: 3 | 0

3

답변