photo

Maja lol


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
0 Answers

RANK
152,915
of 301,186

REPUTATION
0

CONTRIBUTIONS
2 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,188

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,292

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 2 answers | 0

2

answers