photo

Meenakshi S


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
94,703
of 299,763

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,798

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,797

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review

查看徽章

Feeds

排序方式:

提问


HOW TO REPLACE A COLUMN VECTOR IN MATRIX
1.How to replace the second column of A with the vector v = [1,-2,4]' for the following matrix A=(1 2 3 4 5 11 12 13 14 15 ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to arrange this code in sequence order?
% if a>b we swap the roles of a and b. if (a > b) c = a; a = b; b = c; end function computerGuess (a, b) % ...

8 years 前 | 2 个回答 | 0

2

个回答

提问


What is the matrix code for column vectors
You have two variables u, v and you calculate the shape using the size command: >> size(u) ans = 1 3 >> size(v) ans ...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How to create column vector
Create a column-vector containing 31 rows from 1 to -2 with regular intervals.

8 years 前 | 1 个回答 | 0

1

个回答

提问


Sort them in the correct order?
% if a>b we swap the roles of a and b. if (a > b) c = a; a = b; b = c; end function computerGuess (a, b) %...

8 years 前 | 0 个回答 | 0

0

个回答