photo

Ampi


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

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

29 个提问
1 个回答

排名
23,981
of 300,756

声誉
1

贡献数
29 个提问
1 个回答

回答接受率
10.34%

收到投票数
1

排名
 of 21,077

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,890

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


HOW TO READ A .WRL FILE IN MATLAB?
Dear Sir, I have written the following code to read a 3D .wrl file in MATLAB. for i= 1:61 filename1=strcat(path1,strcat(...

5 years 前 | 1 个回答 | 0

1

个回答

提问


error messages when opening a variable or a window in MATLAB
Hello, I am having a problem when opening a new variable in Matlab window. The erro given is:- Error using feature Too many...

11 years 前 | 0 个回答 | 1

0

个回答

提问


A Query ON Training vector
Respected Sir, I have 2 queries on Training using ANN For face recognition:- 1. Say I have 2 classes each class is containing ...

12 years 前 | 0 个回答 | 0

0

个回答

提问


How to find angle between 2 3D vectors?
Hello, I have 2 sets of 3D data and I want to find out the angle between the two after dimensionality reduction. I have written...

12 years 前 | 1 个回答 | 0

1

个回答

提问


A query on gui
Hello, I am looking for an answer to a question on GUI-Interface in MATLAB. Say let us consider the following code:- f...

13 years 前 | 1 个回答 | 0

1

个回答

提问


How to implement a matlab GUI interface?
Hello, I have a question. Say I have 5 images and I have designed a GUI interface to view all those images. I want to impleme...

13 years 前 | 0 个回答 | 0

0

个回答

提问


A question regarding creation of .mat file
Hello, I have a question. Say I have 5 images and I have extracted the feature vectors for each of them. Now ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


A question on Matlab functions
Hello everybody, I had written a code for a input dialog box in matalb & the code is as follows.The following is my main fun...

13 years 前 | 1 个回答 | 0

1

个回答

提问


To resample a 3D-mesh grid
Hello everybody, I am trying to implement the following code to re-sample a 3D mesh-grid but it is giving me errors: [x1...

13 years 前 | 2 个回答 | 0

2

个回答

提问


How to train using SVM?
Hello, I am attaching a code below for training using SVM for Faces. I am proceeding in the following way:- In trainin...

13 years 前 | 0 个回答 | 0

0

个回答

提问


Reconstruction of an image by PCA
Hello & good evening to everybody, Can anybody help me with the matlab code of how to generate the reconstructed face fro...

13 years 前 | 0 个回答 | 0

0

个回答

提问


Query regarding classification of faces using SVM
Hello, I am attaching a code below for training using SVM for Faces. I am proceeding in the following way:- In training m...

13 years 前 | 0 个回答 | 0

0

个回答

提问


Query regarding depth of 3-D points
Hello, I have a query.Say I have a 3D surface where each point has a depth. Can you please provide the matlab code to find th...

13 years 前 | 0 个回答 | 0

0

个回答

提问


A question about training images using ANN
Hello, I am facing a problem with training of images. I have a 2D matrix where each row represents a class and in this manne...

13 years 前 | 0 个回答 | 0

0

个回答

提问


question on pca based face recognition
I have a questioner regarding PCA/Eigenface classifier, 1. Shall I calculate the eigen-vectors first in case of input imag...

13 years 前 | 0 个回答 | 0

0

个回答

提问


Query using Support vector machines
Hello, I am attaching a code below for training using SVM for Faces. But i am not getting any plot & also the recognition rate ...

13 years 前 | 0 个回答 | 0

0

个回答

提问


questions on training images
Hello, I am facing a problem with training of images. I have a 2D matrix where each row represents a class and in this manne...

13 years 前 | 0 个回答 | 0

0

个回答

提问


Hausdorff's distance measure metric
Hello, My query is:- I have 2 images. I have calculated the Hausdorff distance between the two. The two images are very s...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Fitting a plane to a 3D data
Hello, My query is:- I want to fit a plane to a set of 3D data to discard outliers. What can be the matlab code for it to ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Unpacking a 3D mesh grid
Hello, I have constructed a 3D mesh using griddata function. Now i want to unpack the 3D mesh using a suitable Matlab command...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Query regarding 3D mesh-grid
**Hello, I have a question regarding 3D meshes. Say i have plotted a meshgrid using the following command:- x=rand(1000...

13 years 前 | 1 个回答 | 0

1

个回答

提问


some clarifications on ANN
Mr Greg, Thanks for your answer. But I needed to make one clarification. I had asked the following question:- Hello could yo...

13 years 前 | 1 个回答 | 0

1

个回答

提问


alignment using Procrustes again
Hello, I am rewriting the question. Procrustes analysis is a method to align one shape against another . Say I have a 3D matrix ...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Query regarding Artificial neural network
Hello could you please help me out with the answer of a question? 1. Say I am performing Face Recognition using PCA, now I...

13 years 前 | 1 个回答 | 0

1

个回答

提问


Shape alignment using Procrustes Analysis again
Hello, I am rewriting the question. Procrustes analysis is a method to align one shape against another . Say I have a 3D matr...

13 years 前 | 2 个回答 | 0

2

个回答

已回答
How to initialize target matrix of a Neural-Network ?
Mr Greg Thank you so much

13 years 前 | 0

提问


How to initialize target matrix of a Neural-Network ?
Hello, My question is :- 1. For PCA and Eigenbased Face Recognition, I am reshaping 30 images into a 2D array where...

13 years 前 | 2 个回答 | 0

2

个回答

提问


Hole filling by interpolation method?
I have already implemented the following code to slice a 3D face in matlab which is shown below:- [x y z v]=flow(100); s...

14 years 前 | 1 个回答 | 0

1

个回答

提问


Regarding kd_nclosestpoints(tree,point,n,first_iter_flag)
I have run the code for kd_nclosestpoints(tree,point,n,first_iter_flag) but error is being given for the variable centr...

14 years 前 | 0 个回答 | 0

0

个回答

提问


Error Using kd_nclosestpoint
Hello All, Can anybody please help me? I am running the method function [index_vals,dist_vals,vector_vals] = kd_nclosestpoint...

14 years 前 | 0 个回答 | 0

0

个回答