Community Profile

photo

Valerie Cala


Last seen: 1 year ago Active since 2018

Followers: 0   Following: 0

Statistics

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

View badges

Feeds

View by

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

4 years ago | 0

Question


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

5 years ago | 2 answers | 0

2

answers

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer