photo

Rachel McMurphy


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

5 Questions
0 Answers

RANK
31,026
of 297,503

REPUTATION
1

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
1

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,017

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


Gauss-Jordan Elimination
So I have code for solving certain aspects of performing a Gauss-Jordan Elimination: function s = search(M,i) [x, y] = size(M)...

5 years ago | 2 answers | 1

2

answers

Question


Switching rows in matrix
First off, here is the code I have: function m = move(M,i,j) [x, y] = size(M); %n is rows and m is columns submatrix = M([i:x...

5 years ago | 1 answer | 0

1

answer

Question


Assign column index to output value
I'm creating a function where I take a submatrix and determine what elements are nonzero. Then I must assign the column index of...

5 years ago | 1 answer | 0

1

answer

Question


Solving Function in MATLAB App Designer
I have an app with 5 Edit Field (text) and 2 sliders (values from 1 - 12), and a 'solve' button. When the solve button is presse...

5 years ago | 2 answers | 0

2

answers

Question


Reset GUI Edit Text Field to Empty String
I have a reset button on my app, and 5 edit field (text) for various inputs. When pressing the reset button, it's supposed to cl...

5 years ago | 1 answer | 0

1

answer