Christopher Clarke
Followers: 0 Following: 0
Feeds
質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 1 件の回答 | 0
1
回答質問
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年以上 前 | 2 件の回答 | 0
2
回答回答済み
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...
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年以上 前 | 0
質問
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年以上 前 | 3 件の回答 | 0
3
回答質問
MatLab - Standard deviation / Mean
How do I find (write) the standard deviation and mean without using the built in functions
4年以上 前 | 0 件の回答 | 0