photo

MG NN


Last seen: 約4年 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
0 回答

ランク
174,489
of 301,454

評判
0

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

回答採用率
33.33%

獲得投票数
0

ランク
 of 21,287

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,632

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


how to label each line in the graph with respective x values?
clear clc Cv=0.91; X=0:5:180; for i = 1:length(X) x=X(i); fprintf("\nThe b is %.4f\n", x) Y=0:0.1:1; ...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


Why the energy value is constant?
clear clc I=0.0308; p=7850; X=1:1:10 ; y = zeros(size(X)); d = zeros(size(X)); g = zeros(size(X)); for i = 1:le...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


Error in plotting slope and deflection graph
clear; clc; % User enter the corresponding values E=input('Enter the value of Young Modulus E(Pa):') I=input('Enter the valu...

6年弱 前 | 1 件の回答 | 0

1

回答