photo

GHADAH AL-OBAIDI


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

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
0 个回答

排名
299,900
of 301,995

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
11.11%

收到投票数
0

排名
 of 21,486

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 177,989

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


The transfer function of a small position Sensor
I have the below matlab code and I would like to find : First Order Fit: try (polyfit), Find the Matlab function for fitting:...

5 years 前 | 1 个回答 | 0

1

个回答

提问


Hello Everyone I have the following error please advise
Error using matlab.images.internal.iptcheckmap (line 50) Function IND2GRAY expected input number 2, MAP, to be a valid colormap...

5 years 前 | 0 个回答 | 0

0

个回答

提问


How can I apply frequency domain filers (Sobel and Laplacian) on my original picture?
How can I apply frequency domain filers (Sobel and Laplacian) on my original picture?

5 years 前 | 1 个回答 | 0

1

个回答

提问


How can I recover my original image that I started with?
How can I recover my original image back before the resize operations? My code as below: % Demo by Image Analyst clc; % Cl...

5 years 前 | 1 个回答 | 0

1

个回答

提问


How can I subtract the absolute value of the original image from the absolute value of the resized image to compare and to find the error in Matlab
How can I subtract the absolute value of the original image from the absolute value of the resized image to compare and to find ...

5 years 前 | 2 个回答 | 0

2

个回答

提问


Create 100 random particles(all the same size) in an empty plot with dimensions (x-axis from -16 to 16) and (y-axis from -16 to 16) and (angle from 0 to 2*pi)
Create 100 random particles(all the same size) distributed uniformly in an empty plot with dimensions (x-axis from -16 to 16) an...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Index in position 1 exceeds array bounds (must not exceed 641). Error in measurements (line 117) if m(xo,yo) ==0
I got the above error and I want to get the below output: %%%% my code is: close all clear all clc xo=-16; yo=-16; %M...

5 years 前 | 0 个回答 | 0

0

个回答

提问


Index in position 1 is invalid. Array indices must be positive integers or logical values.
I am getting an error in line: while m(xo,yo)==0 %if the location not occupied the error is '' Index in position 1 is invalid....

5 years 前 | 2 个回答 | 0

2

个回答

提问


Index in position 1 is invalid. Array indices must be positive integers or logical values.
I am getting the following error: Index in position 1 is invalid. Array indices must be positive integers or logical values. Ca...

5 years 前 | 1 个回答 | 0

1

个回答