Purchase Solution

Matlab standard deviation ( std ) function

Not what you're looking for?

Ask Custom Question

Given a 2 x 2 matrix

sample =

2.0000 + 3.0000i 1.0000 + 2.0000i
4.0000 + 5.0000i 2.0000 + 1.0000i

>> std(sample(:))

ans =

2.1213

>>
According to matlab the answer is 2.1213. I'm not arriving at that answer. I need to see all work on how to achieve said result.

Purchase this Solution

Solution Summary

A MATLAB function is investigated. The solution is detailed and well presented. The response received a rating of "5/5" from the student who originally posted the question.

Solution Preview

Please see the attached file for the complete solution.
Thanks for using BrainMass.

First of all, sample(:) gives you a 4 by 1 vector
a=sample(:)

a =

2.00000000000000 + 3.00000000000000i
...

Purchase this Solution


Free BrainMass Quizzes
Graphs and Functions

This quiz helps you easily identify a function and test your understanding of ranges, domains , function inverses and transformations.

Exponential Expressions

In this quiz, you will have a chance to practice basic terminology of exponential expressions and how to evaluate them.

Geometry - Real Life Application Problems

Understanding of how geometry applies to in real-world contexts

Multiplying Complex Numbers

This is a short quiz to check your understanding of multiplication of complex numbers in rectangular form.

Know Your Linear Equations

Each question is a choice-summary multiple choice question that will present you with a linear equation and then make 4 statements about that equation. You must determine which of the 4 statements are true (if any) in regards to the equation.