photo

Anna Blakley


自 2016 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

5 个提问
0 个回答

排名
236,233
of 297,457

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How do I transform one matrix by another?
I am trying to write a program where I apply a linear transformation represented by one matrix to each value in a different matr...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How would I use rref to check to see if the columns of a matrix span all of R^n?
I'm trying to use matlab to do some linear algebra, but I'm very confused as to how to check if the columns of my matrix are in ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How would I check to see if the number of rows in one matrix are equal to the number of rows in another matrix?
I'm trying to write a function which will compare two matrices. Prior to this comparison I want my function to error check the e...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How do I create a column vector of random numbers between -40 and 40, with "n" entries?
I know rand returns random values between 0 and 1 and randi returns random integers, but how do I create a column vector with ra...

8 years 前 | 2 个回答 | 0

2

个回答

提问


If I have an array that is size 2x60, how do I plot row 2 vs. row 1?
Would it be plot(data(2,:),data(1,:))?

8 years 前 | 2 个回答 | 0

2

个回答