photo

Anna Blakley


2016년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

5 질문
0 답변

순위
278,634
of 300,365

평판
0

참여
5 질문
0 답변

답변 채택
40.0%

획득한 표
0

순위
 of 20,933

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,262

참여
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...

거의 9년 전 | 답변 수: 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 ...

거의 9년 전 | 답변 수: 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...

거의 9년 전 | 답변 수: 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...

대략 9년 전 | 답변 수: 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,:))?

대략 9년 전 | 답변 수: 2 | 0

2

답변