photo

Valerie Cala


Last seen: 1年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

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

バッジを表示

Feeds

表示方法

回答済み
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年以上 前 | 0

質問


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年 前 | 2 件の回答 | 0

2

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答

質問


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年以上 前 | 1 件の回答 | 0

1

回答