Community Profile

photo

Gopika R


Last seen: 2 months ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


How to divide a vector into small groups
I have a vector X of size 30 by 1 and I need to divide/group the elements (say the first two forms the first group third and fou...

2 years ago | 1 answer | 0

1

answer

Question


Plotting in a 3D space
I have a vector r=[1;0;-1]; and I would like to plot this in the 3D space. Can anyone please help me with this?

4 years ago | 2 answers | 0

2

answers

Question


Not enough input arguments
function xdot = OD(t,x) global A B C Da K Aa=A+(B*K*C); Ba=B*Da; u=K*x; xdot=(Aa*x)+(Ba*u); end When running this code ...

4 years ago | 1 answer | 0

1

answer