Community Profile

photo

Gina Jarid


Last seen: más de 3 años hace Con actividad desde 2020

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


Why am I getting the error of "Array indices must be positive integers or logical values." in the f(x) line?
clear; clc x = -1.612 : 0.01 : -1.322 ; for n = 1:1:length(x) f(x) = 8 * x(n)^3 - 2 * x(n)^2 - 15 * x(n) + 11 ; ...

más de 3 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why am I getting invalid expression?
clear; clc h = 34.869 ; c = 13.679 ; J2eV = 0.845 ; counter = 0 ; for lambda = 800:6:854 counter = counter + 1 ; ...

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

2

respuestas