統計
MATLAB Answers
2 質問
0 回答
ランク
of 173,105
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
figure from for loop
Would someone like to help me to get a figure out of the values? function [x, y] = gauss_elim5 (n) A = [n;n]; b = [n...
11年弱 前 | 0 件の回答 | 0
0
回答質問
plot in a for loop
*Here is the function I'm gonna use later:* function [] = gauss_elim2 (n) A = rand(n,n); b = rand(n,1); for ...
11年弱 前 | 2 件の回答 | 0