photo

Darkhan Sheldebayev


Last seen: 3年以上 前 2019 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

6 質問
0 回答

ランク
158,355
of 301,522

評判
0

コントリビューション
6 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,315

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
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

1

回答