Community Profile

photo

Elina Park


Last seen: etwa ein Monat vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Iteratively solving equations in MATLAB
Hello! I'm trying to solve an equation iteratively using MATLAB. If I have an equation such as a - mx^2 + b = 0, where all vari...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Solving an equation with multiple variables in MATLAB
Hello, I'm trying to solve an equation using MATLAB that has multiple variables. I have the variables The equation I am try...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


deleting rows from matrix and saving as a new matrix
Hello, If I have a matrix 20 x 20, and I want to delete row 2 and 7, I would use something like MTX_1([2,7],:) = [] is there...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Indexing values of an array based on values of one column
I'm looking to index a value in a certain row of a matrix, based on the values in one of the columns. For example, if I have an...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


A way to compute dot product of an array and a vector
Hi, So if I have a 2-D array such as [1 2 3 4 5 6] and a vector such as [7 8] I want to have matlab calcul...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort