photo

Arshad Ali


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

Followers: 0   Following: 0

统计学

MATLAB Answers

15 个提问
2 个回答

排名
247,766
of 297,457

声誉
0

贡献数
15 个提问
2 个回答

回答接受率
53.33%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • First Answer

查看徽章

Feeds

排序方式:

提问


Given x(t)=te-t (te Exp -t) where t is the time interval (t=-3 to 1) with step size 0.1. Generate the reflected version i.e. x(-t) of the given signal in one figure window using subplot command. Properly label the title, x-axis and y-axis
i am new in matlab, can any one help me? how to generate the reflected verion of the given signal in one figure, from the above ...

4 years 前 | 0 个回答 | 0

0

个回答

提问


i am facing this error again and again. can any help me how to solve this problem?
Attempt to execute SCRIPT watershed as a function: C:\Users\arshadali\Desktop\new dataset\watershed.m Error in Untitled2 (li...

5 years 前 | 2 个回答 | 0

2

个回答

提问


How to change the background colour of this image to 0 and foreground colour to 1 to make it binary.
I tried this code but not working properly. % Extract the individual red, green, and blue color channels. redChannel = rgbIm...

5 years 前 | 2 个回答 | 0

2

个回答

提问


How to import images to this function? need help
function sp = LoG(varargin) % USAGE: % sp = LoG(<input image>, <minimum radius>, <maximal raidus> , <detection threshold>); ...

6 years 前 | 1 个回答 | 0

1

个回答

提问


i want to read all images from the folder to compare the mask 632 images, which i created with the given 632 mask to find precision, recall and f-measure. this code works for two images to find precision, recall and f-measure.
clear all; clc; close all; im_GroundTruth = imread('Mask1.png'); % object=1; backgroud = 0; im_GroundTruth(im_GroundTruth>0)...

6 years 前 | 0 个回答 | 0

0

个回答

提问


whats wrong with this code when it read images from folder it gives me the following error. Error in Untitled8 (line 14) filename2 = strrep(filename,pathname);
clear all; clc; close all; [filenameList, pathnameList] = uigetfile(... {'*.jpg;*.tif;*.png;*.gif;*.bmp','All Image File...

6 years 前 | 0 个回答 | 0

0

个回答

已回答
normalization image, normalization distance pixels
Can any one please help me how to normalized pixel area being consumed by each colour. (Normalized area consumed by red colour=N...

8 years 前 | 0

提问


How to show four sub sections of two images separately in a single window???
Img=read('A.jpg'); a=imresize(img,[300 200]); Img(a)

8 years 前 | 2 个回答 | 0

2

个回答

提问


compute sum of square distance between the four corresponding down sampled images??
Compute SSD between 4 corresponding down sampled images?

8 years 前 | 1 个回答 | 0

1

个回答