Community Profile

photo

Valerie Cala


Last seen: más de 1 año hace Con actividad desde 2018

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 2
  • First Answer
  • Revival Level 1
  • First Review
  • Thankful Level 1

Ver insignias

Feeds

Ver por

Respondida
Why do I get the error "Too many input arguments"?
unction [dx, y] = DOF2greyfxn(t, x, u, u0, omega, m1, m2, k1, k2, c1, c2,varargin) y = [x(1);x(2);x(3);x(4)]; dx = [x(2);(((-k...

más de 4 años hace | 0

Pregunta


solving three equations for 3 unknows
Hi Guys, I have the three following equations: (2*c*w1)+b2 == 0.3205; ((2*c*b2)+ w1)*w1 == 214200; (b2*w1)==1.2260e+05; ...

casi 5 años hace | 2 respuestas | 0

2

respuestas

Pregunta


add column to a matriz
Hey Guys! Today I want to do the following: I count with a random matriz named wp: wp=rand(3); wp = 0.1190 0.340...

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

1

respuesta

Pregunta


Kmeans algorithm for data
Hi everyone. I need help, checking internet I found the following code; in= load('C:\Users\Profesional\Desktop\datos_RBR...

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

1

respuesta

Pregunta


convert the values of a vector into a matrix and move the vector positions.
Hi, I need to do the following and I hope you can help me. given a vector of (for example): a=[3 9 32 6 5 6 7 1 2 10]; ...

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

1

respuesta

Pregunta


Unable to perform assignment because the size of the left side is 1-by-1 and the size of the right side is 1-by-3.
Hi part of mi code is shown below: for I = 1:10+1 w2(i,1)= w2(i,1)+n.*delta2.*Y1(i) end i am getting the err...

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

1

respuesta