Chloe
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to plot from .txt file
How do I plot the 2D and mesh graphs asked for if this is the code I'm using? %start with a right triangle of length x = 1 and ...
7ヶ月 前 | 1 件の回答 | 0
1
回答質問
How to make a text file from functions
x = 1 y = 1 myFile = fopen('myValues.txt', 'w') fprintf(myFile, "X Length\tY Length\t Hypot Length\t\tPerimeter\t\tArea\n") ...
7ヶ月 前 | 1 件の回答 | 0
1
回答質問
How to plot a triangle with functions in matlab
Does this code work xIN = 10; yIN = 5; xValuesArray = []; yValuesArray = []; for i=1:3 [xValuesArray(i) , yValuesA...
7ヶ月 前 | 2 件の回答 | 0