photo

alladin


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

10 个提问
0 个回答

排名
190,286
of 300,364

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,934

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 168,407

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


Using Workspace variables in a GUI matlab
I have a workspace called **finalnet**. Inside the workspace i have a neural network called **net**. and I want to use the netwo...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Is there a better Fourier Transform algorithm to use in Image recognition
I have been trying to use the Fourier transform in recognizing images of the same size 200X400. I have tried many different w...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Eliminating(excluding) the while or black color in a color histogram function matlab
I have this implementation of a function that performs color histogram on an image. and i would like to exclude and eliminate a ...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Read an image from an axes and write it in a listbox Matlab
I have a *list box* that return a list of images' names contained an a folder that i select. once i click on one of the names, i...

11 years 前 | 1 个回答 | 0

1

个回答

提问


load folder's images names to a Matlab listbox
'm trying to load all the images' names that exist in a particular folder that i selected using matlab GUI into a listbox. th...

11 years 前 | 1 个回答 | 0

1

个回答

提问


removing the values responsible on the scale, rotation, translation of an image in a DFT matrix
Hello everyone I have coded a 2 dimensional DFT function that output a dft matrix of complex numbers. I would like to know...

11 years 前 | 0 个回答 | 0

0

个回答

提问


Importing target_dataset from an excel file to a neural network toolbox for pattern recognition (nprtool)
In the neural network toolbox in matlab (nnstart), i am using the Pattern recognition tool (nprtool); and i want to import a dat...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Calculating the distance between two matrices Matlab
I want to calculate the distance between two different DFT results after i performed this code: I1 = imread('sample1');%rea...

11 years 前 | 2 个回答 | 0

2

个回答

提问


Dividing an image into N block in the width and calculating the edge points of each block
Hello everyone I was trying to divide an image into N different blocks in the width after I performed this code to get its edge...

11 years 前 | 1 个回答 | 0

1

个回答

提问


Error using * MTIMES is not fully supported for integer classes. At least one input must be scalar.
I'm trying to implement a 1 dimensional DFT without using Matlab built-in functions such as fft(). This is my code: functio...

11 years 前 | 2 个回答 | 0

2

个回答