photo

talayeh tavangar


Last seen: 2 years ago Active since 2020

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
62,811
of 297,457

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
16.67%

VOTES RECEIVED
0

RANK
 of 20,449

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 158,938

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

4 years ago | 0 answers | 0

0

answers

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer

Question


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?...

5 years ago | 1 answer | 0

1

answer

Question


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

5 years ago | 1 answer | 0

1

answer