Community Profile

photo

Tracy


Last seen: alrededor de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

más de 3 años hace | 3 respuestas | 0

3

respuestas