photo

talayeh tavangar


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
169,876
of 301,421

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
16.67%

收到投票数
0

排名
 of 21,269

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 174,475

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答