photo

talayeh tavangar


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

6 질문
0 답변

순위
169,895
of 301,440

평판
0

참여
6 질문
0 답변

답변 채택
16.67%

획득한 표
0

순위
 of 21,282

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 174,580

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


producing n*n matrix as an string in a loop
Hi, I want to used the following code put I donot know how to safe K as an n*n mtrix in each loop. because by using my code the...

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

0

답변

질문


select a specific element of each matrix in a string
Hi, this is my code K=rand(448); for i=1:448 g{i}=[0:1:447]'; end for i=1:448 U{i}=inv(K)*g{i}; end so U co...

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

1

답변

질문


How can I solve this error 'Unable to perform assignment because brace indexing is not supported for variables of this type.'?
Hi this is my code for i=1:448 g{i}=[0:1:447]'; end for i=1:448 U{i}=inv(K)*g{i}; end but it doesnot work ...

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

1

답변

질문


plotting an matrix on top of an image
I have an image and I devided it into 10 to 10 matriz and then allocate specific number to each elements. Now, I want to plot th...

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

1

답변

질문


plotting a matrix in matlab
I have a 10 in 10 matrix. I want to plot the matrix in the way that each elements present the number. can you help me with that?...

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

1

답변

질문


How can I save my result in a loop when it is an matrix
Hi I used the following code for save my result but it inly save the result for the last step. Can you help me with that, I wan...

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

1

답변