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