統計
MATLAB Answers
3 質問
0 回答
ランク
of 174,744
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
4年以上 前 | 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?
6年弱 前 | 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 ...
6年弱 前 | 1 件の回答 | 0

