Community Profile

photo

Monica W


Last seen: nästan 3 år ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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

nästan 3 år ago | 1 answer | 0

1

answer

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

ungefär 3 år ago | 1 answer | 0

1

answer

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

ungefär 3 år ago | 2 answers | 0

2

answers

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

ungefär 3 år ago | 1 answer | 0

1

answer