photo

Rachel McMurphy


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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)...

mehr als 4 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort