N/A


Last seen: 約2年 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

7 質問
0 回答

ランク
268,081
of 300,756

評判
0

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

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,077

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,890

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


how to draw a regular polygon with polarplot command?
how to draw a regular polygon with polarplot command? i'll use input command for n and R. (n is the number of vertices, R is ...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Problems with truncated top of the graph
v0=250; g=9.81; theta=65; x0=3000; vx=-30; v0z=v0*sin(theta*pi/180); v0y=v0*cos(theta*pi/180); t=2*v0z/g; plot_for...

約3年 前 | 1 件の回答 | 0

1

回答

質問


user function and plot
function [x1,x2]=distance_plot(W) prompt1=('input value of W(N) = ') %W값 입력받기 prompt2=('input value of d(m) = ') %d값 입력받기 ...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Question about calling user defined function to another script
hello first here is my user_defined_function code.(name is A_execute1.m) function A=A_execute1(r) global V; A=pi*r*(sqrt(r...

約3年 前 | 1 件の回答 | 0

1

回答

質問


2 Questions about user defined function
hello 1.When using user_defined_function, do I have to put an 'end' at the end of code? once it works without 'end' code, Is t...

約3年 前 | 3 件の回答 | 0

3

回答

質問


Question about to reconduct [for loop statement] to the code using vectorization
hello first i made the code that he answer to the following expression is 0.7849 its expression is the code i made is (...

約3年 前 | 1 件の回答 | 0

1

回答

質問


Question about making a 4-line if statement into a single line
hello first, here is my code A=rand; if A > 0.5 disp([num2str(A), ' ', 'Great indeed!']) end This is a code that...

約3年 前 | 1 件の回答 | 0

1

回答