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 years 前 | 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 years 前 | 2 个回答 | 0