統計
MATLAB Answers
6 質問
0 回答
ランク
of 175,118
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
3D plotting base surface
Hi there, i have a 3D figure i need to make a base for that . Should it be rectancgle and how to fill it?Many thanks :o
6年以上 前 | 1 件の回答 | 0
1
回答質問
Why subplot is not working?
clear clf clc axis equal hold on velocity = input('Enter your constant velocity for v: '); while isnan(velocity) % If your...
6年以上 前 | 1 件の回答 | 0
1
回答質問
How to make it into 3D
v = velocity; H = Height; disp(' g is a gravitational acceleration which is 9.81 m/s'); g = 9.81; t = sqrt((2*H)/g); disp('...
6年以上 前 | 0 件の回答 | 0
0
回答質問
how to do it into 3d (3 dimension ) with a stable view
v = velocity; H = Height; disp(' g is a gravitational acceleration which is 9.81 m/s'); g = 9.81; t = sqrt((2*H)/g); disp(t...
6年以上 前 | 0 件の回答 | 0
0
回答質問
Trajectory in 3d
How to find points and make a trajectory with view in 3 dimension (3D) for a plane and skydiver? Thanks
6年以上 前 | 0 件の回答 | 0
0
回答質問
What wrong with this?
clear ; clc; velocity = str2double(input('Enter your constant velocity for v: ')); while isnan(velocity) % If your input is n...
6年以上 前 | 1 件の回答 | 0