photo

Asieh Daneshi


Last seen: 2 months 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

0 个提问
5 个回答

排名
12,932
of 297,503

声誉
4

贡献数
0 个提问
5 个回答

回答接受率
0.00%

收到投票数
2

排名
13,899 of 20,449

声誉
4

平均
2.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 1
  • Explorer
  • Personal Best Downloads Level 2
  • First Review
  • First Submission
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Is there a way to inverse image dilation?
Hi Jupiter, I think you have found the answer of your question by yourself. But I leave the answer to others who may have the s...

5 years 前 | 0

已回答
Change all matrix elements from x to 1/x
A=rand(n); A(:,n)=1./A(:,n);

5 years 前 | 0

已回答
Calling multiple cell elements at once
this is a 1*2 cell, which each element of it is a 3*3 matrix you can call each element of the matrix using the following comman...

6 years 前 | 0

已回答
Change colour order and restore it
write the following codes before plotting your resluts: co = [0 0.4470 0.7410; 0.85 0.3250 0.098; 0.9290 0.6940 0.125...

6 years 前 | 2

已回答
Out of memory while ruuning matlab code? its error based on coding or hardware issues ?
both! Your computer RAM is not powerful enough to run your code. sometimes you can solve this issue by changing your code. for ...

6 years 前 | 0