Community Profile

photo

Christopher Clarke


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Potting sin() wave graph
Hi, i am trying to plot three sign wave graph in one figure but the graphs are not coming out as intended. wgn: Generate 60...

4 years ago | 1 answer | 0

1

answer

Question


Output standard deviation and Mean
When i run my programme, how do i only output the fprintf values? function [VSD,M] = mean_stdev(A) A=input('N numbers:') ...

4 years ago | 1 answer | 0

1

answer

Question


A function that outputs the mean and standard deviation
function mean_stdev A=rand(1,100); % This function calculates the mean and standard deviation without % u...

4 years ago | 2 answers | 0

2

answers

Answered
How do I make the following a function?
function Christopher_Clarke_mean_and_standard_deviation([1 2 4 5 6]) A =rand(1,100); % Christopher Clarke % 10/05/20...

4 years ago | 0

Question


How do I make the following a function?
A =rand(1,100); % Christopher Clarke % 10/05/2020 % This function calculates the mean and standard deviation with...

4 years ago | 3 answers | 0

3

answers

Question


MatLab - Standard deviation / Mean
How do I find (write) the standard deviation and mean without using the built in functions

4 years ago | 0 answers | 0

0

answers