photo

Fred John


2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

11 질문
0 답변

순위
240,777
of 300,369

평판
0

참여
11 질문
0 답변

답변 채택
63.64%

획득한 표
0

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Exclude matrix diagonal in for loop
Hi, Let's say I have a 20x20 matrix for which I wish to run some formulas over a loop. But I wish to exclude the main diagona...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Stationary distribution for a 50x50 ??!
Hi. How would one find a stationary distribution for a 50x50 transition matrix using Matlab? Thanks!

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Call a script via a function?
Hi. Can I call (run) a script in a function? My inputs are elements of a 10x10 matrix. How would I write the output?

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Loop Matrix elements on a script?
Hi. Let's say I have a function who's inputs are from an array (1 to k) of external data. The output to the function is an kx...

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


Run function for paired data?
Hi, Let's say I have a 10x10 matrix A. I wish to run *each unique* pair of elements from that matrix (e.g. (1,1),(1,2),...,(1...

거의 11년 전 | 답변 수: 2 | 0

2

답변

질문


Rank matrix elements in descending order
Hi! I have a matrix from which I want the elements to be moved to a table where the elements are sorted via descending order....

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


Use elements from different Matrices as function input
Hi I previously asked a question which was resolved here: http://uk.mathworks.com/matlabcentral/answers/168532-use-matrix...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


Use Matrix element as function input
Hi! I have a 10x2 Matrix A, defined as A=R*T. Where R and T are also Matrices. I have: function [S] = myFunction(q,w...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


Remove space between Matrix elements?
Hi! I have a Matrix which I copied over from Excel, but the problem is it has 2 extra *horizontal* spaces between elements th...

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


Select elements of Matrix?
Hi, I have a 20x20 matrix, P. I wish to define a matrix Q such that the rows of Q are the LAST 18 rows of P (rows 2-20), an...

거의 11년 전 | 답변 수: 3 | 0

3

답변

질문


??? Subscripted assignment dimension mismatch.
Getting the error in title, my code was: >> P=zeros(3,3); >> P(3,3)=p Any idea why? I'm guessing I need to assign p to ...

거의 11년 전 | 답변 수: 2 | 0

2

답변