Community Profile

photo

Gopika R


Last seen: 2 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计数据

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答