photo

Eiman Rana


Last seen: 4 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

5 个提问
0 个回答

排名
95,834
of 300,392

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 20,933

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,335

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


how to assign imagesc to figure 1
In this part you will write a program to perform a simple analysis of a random image. First, generate a random array of size 40x...

4 years 前 | 2 个回答 | 0

2

个回答

提问


What is wrong with A = alter(a)?
N = 500; A = zeros(N); A(20:50, 75:100) = 6; for i = 1:10 A = alter(A); figure(1); imagesc(A); pause e...

4 years 前 | 2 个回答 | 0

2

个回答

提问


I am unable to display my answers on command window
% Question 1: a = [3 6 1 9; 6 5 3 7; 7 3 2 6]; disp(a); % (a) j = a(1,2); disp(j); if i use disp(a) it doesnt sho...

4 years 前 | 1 个回答 | 0

1

个回答

提问


We have a column vector and a row vector both of same lengths. How to use sum function to get element wise sum of two vectors and final answer display in row vector
I tried sum(vect1,vect2) and a lot of other ways but I cant get the answer. for example vect1 is a column vector that contains e...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Construct a 5 x 10 array that contains zeros. Assign elements at (row, column) (3,5), (2,4) and (1, 9) values of 44. Display the matrix.
I am unable to assign the values to the specific element

4 years 前 | 2 个回答 | 0

2

个回答