photo

Vedeesh Bali


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
0 个回答

排名
126,283
of 300,765

声誉
0

贡献数
2 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


How do you use values from an array as serial numbers to extract values from a different array?
If I am using an array to record values such as [0:10:100], then how can I create a column vector containing values extracted fr...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Unrecognised function in MATLAB
function [m,s] = stat(x) n = length(x); m = sum(x)/n; s = sqrt(sum((x-m).^2/n)); end >> values = [12.7, 45.4,...

5 years 前 | 1 个回答 | 0

1

个回答