photo

Gopika R


Last seen: 9 months ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
0 Answers

RANK
176,361
of 301,440

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 21,282

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,580

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

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

4 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?

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

6 years ago | 1 answer | 0

1

answer