Community Profile

photo

ba sa


Last seen: más de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


for loop with multiple indices
i want to write a function that goes through each row of a matrix and at the same time go through each element of the first row,...

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

1

respuesta

Pregunta


function not working properly
i have this function, which is supposed to get three numbers and check if they're scalars and bigger than one function valid = ...

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

1

respuesta

Pregunta


How can i define a m by n symbolic matrix?
I know how to for example define a 3 by 4 symbolic matrix with this: x=sym('a',[3,4]) but I don't know how to define this: x=...

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

2

respuestas

Pregunta


Index in position 1 exceeds array bounds (must not exceed 1)?
I'm trying to run this function (Y is a 3 by 4 matrix) function Y10 = RREF1 (Y) Y1=Y(2,:)-(Y(2,1)/Y(1,1))*Y(1,:); Y2=Y(3,:)-...

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

2

respuestas