photo

Guðmundur


Háskóli Íslands

Active since 2012

Followers: 0   Following: 0

Message

Student Professional Interests: Matlab

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • Promoter
  • Scavenger Finisher
  • Solver

View badges

Feeds

View by

Answered
how can I solve this problem
n = 10; x = pi/5; m = 0:2:2*n; s = ones(1,n+1); s(2:2:end) = -1; cosx = sum((x.^m./factorial(m)).*s);

8 years ago | 0

Answered
Dear All, recently i'm involving in solving 4 simultaneous equations by help of MATLAB ,
To solve a system of equations you must have at least the same number of equations as you have unknown quantities. I'm guessing ...

8 years ago | 1

| accepted

Answered
Wilcoxon rank sum test
Most authors refer to statistically significant as P < 0.05 and statistically highly significant as P < 0.001 (less than one ...

8 years ago | 0

| accepted

Answered
Printing Plots in Matlab
Try using saveas function, or switching the renderer, that might help. x = [2 4 7 2 4 5 2 5 1 4]; filename = 'plot1'...

8 years ago | 0