Community Profile

photo

Monica W


Last seen: presque 3 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

  • Thankful Level 2
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

Question


Errors with fprime of Newton's method
I create a function handle: syms x; f = @(x) x.^2 - sin(x) - 0.5; And I take it into my Newton's method function: function [...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


Array row is not added in for loop
I'm trying to add a new row whenever L*W*H = 50, but when I run it the array dimensiones does not change. What's going on...? s...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


Is there a way to suppress output, given a condition, from within fprintf?
Further to this question, is there a way to suppress output of the imaginary part if it is 0 (i.e. there is no imaginary part) f...

environ 3 ans il y a | 2 réponses | 0

2

réponses

Question


Removing duplicates of rows from a matrix (finding and removing combination duplicates)
I have a 12x3 double matrix and I want to identify duplicates of combinations of the same numbers and then produce a matrix cont...

environ 3 ans il y a | 1 réponse | 0

1

réponse