![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/15757668_1562166985121_DEF.jpg)
hsgaya
2019 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
5 質問
0 回答
ランク
of 157,839
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Run two for loops at the same time
Hi, I'm trying to move two cubes in opposite directions(along x axis) at the same time.I was created two for loops .But they ar...
5年以上 前 | 0 件の回答 | 0
0
回答質問
shifting cubes along x axis
% shifting along x axis for i=0:-65:-500 x14=0+i x24=40+i; x34=40+i; x44=0+i; x54=0+i; x64=40+i; x74=40+i; x84=0+i...
5年以上 前 | 0 件の回答 | 0
0
回答質問
Rotating cube by quaternions
How can I use quaternions to animate cube in MATLAB R2014a version? This is the my code to draw cube.. function plot_3d_cube(t...
5年以上 前 | 0 件の回答 | 0
0
回答質問
How to display quaternion number?
Hello, I want to dispaly a quaternion number as q= 1+2i+3j+4k .But the code is not working. Here the code; q=quaternion(1,2,3...
5年以上 前 | 1 件の回答 | 0
1
回答質問
How to rotate a cube using for loop?
How to rotate a 3d cube using for loops?
5年以上 前 | 1 件の回答 | 0