SAMEER ahamed
Followers: 0 Following: 0
I have matlab programmer to develop project
Professional Interests: image processing
Statistiques
RANG
38 605
of 295 467
RÉPUTATION
1
CONTRIBUTIONS
34 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
44.12%
VOTES REÇUS
1
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
143 777
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to Pass matrices/vector's values to Java Method argument List<Integer> points
Hi, I am newbie for mat-lab environment , below i have mentioned like On Java public void list_method(List<Int...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
How to Get Vector of Integer
Hi, I am new for matlab , can any one let me know how i can form vector of Integer with Comma . Example : ...
presque 8 ans il y a | 2 réponses | 0
2
réponsesError using mex (line 206), need help
Hi, I am new for Matlab , please let me know how i cna used viola jones algorithm code in matlab . when i have matlab comman...
plus de 9 ans il y a | 0
Question
How to Pass Cell Array Values to Java method
Hi, *I have below code like in Mat-lab* : while(1) matrix =[right_lip_x,right_lip_y,left_lip_x,left_lip_y...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
Matlab can support List<List<Integer>> last=new ArrayList<List<Integer>>();
Hi, I have my mat-lab code declared below like? * OS : windows 7 64 bit ,Mat-lab R2013a ,Java 1.6 . example : ...
plus de 10 ans il y a | 1 réponse | 1
0
réponseQuestion
Error:unexpected MATLAB operator ArrayList<List<Integer>>()?
Hi, On Mat-lab Part Side can i have use generic class: I want to add array list of list integer in mat-lab ? can i have us...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
java.lang.OutOfMemoryError: Java heap space using Matlab R2013a Java version 1.6.0_35-b10
Hi, * I have download and installed Java 1.6.0_35-b10, so without while loop if i list add working , but when i have used whi...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
How to Array Matrix 1-by-8 Pass to java method error:No method with matching signature found for class?
Hi, On Matl-lab Part : matrix =[1,2,3,4,5,6,7,8]; % example 1-by-8 dimension list=java.util.ArrayList(); for k...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How to Pass Sprintf result to Java Method arguments List<Integer>points Error:No method 'list_method' with matching signature found for class?
Hi, On Matlab Side i have code like that : if true % code matrix =[33,122,3,2,2,3,2,4]; o...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
Passing Matrix List to Java Method ,error:No method 'list_method' with matching signature found for class
Hi, On Matlab Part : matrix =[22,11,33,44,22,44,22,54]; % 1-by-8 matrix if true % code ...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
How To Separate each matrix column values with comma?
Hi, I wanna to make matrix each column values separated with comma .please let me know ? Example : if true ...
plus de 10 ans il y a | 2 réponses | 0
2
réponsesQuestion
How Argument values pass from Matlab to Java
Hi, I am new for mat-lab i have java class which working properly , but i want to run this java class via mat-lab .so i ...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
How Coordinates form Array List with Comma
Hi, I am new for mat-lab , I have input video file , need to form like ? Example: if true % code for int i=1:2 m...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
How looping Coordinates form array list with comma
Hi, I am new for mat-lab , I have input video file read frames (10) ,having dynamic values below like : if true ...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
How Matlab JavaMethod pass values
Hi, I have matlab values want's to pass java class method.But *I got Error Reference to a cleared variable matrix{1,i}* Ex...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
How to Export XML file
Hi, I am new for mat-lab , below my mat-lab code export data to XML file ? I have input video file read getting dynamic ...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
Matlab JavaMethod Reference to a cleared variable
Hi, I am newbie for Mat-lab , now i want to from mat-lab pass values to java method . Below My Java Code : public s...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I Form XML File Vector Node Class
Hi, I have integer values below like : if true % code for i=1:5 matrix{1,i}=[4,2,1,3,2,2,2,2,] %1-by-8 Vector...
plus de 10 ans il y a | 1 réponse | 0
0
réponseHow do I form Array list in write XMl file
Hi, I am new for matlab , now i have 10 frames video file , each frame values i need to stored in xml file ? I have M...
plus de 10 ans il y a | 0
| A accepté
Question
How do I form Array list in write XMl file
Hi, *I am new for matlab , I have 10 frames of video file , which i have dynamic 1-by-8 matrix values . so i need to st...
plus de 10 ans il y a | 1 réponse | 0
1
réponseQuestion
How to Pass Looping Array Cell Values in Java Method List
Hi, I am new for matlab ,now i want to pass looping values to java method below i have tried my code , but i got error in ...
plus de 10 ans il y a | 1 réponse | 0
0
réponseQuestion
How do i call java class from matlab
Hi, I have java class which is implement in Eclipse IDE , but i want to integrate class in matlab ?Below sample j...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
How Looping Values Form in Array 's
Hi, *I want to form Array List , I have values like below ? how i can get ?* Example Below Code Values are 8-by-1 matr...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
How i can form Array List
Hi, I am new for mat-lab , how i can want to make Array List form ? below example for int i=1:20 X = 1; Y=2;...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
How to write xml file
Hi, I want to write XMl file(Create XML File), based on continuous coordinates values. Step 1 : My Continuous Values are...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
How to Compute Coordinates Values
Hi, I have Co-ordinates 4 X and 4 Y different values ,so i need to compute single value. *Example :* left_x = 20; left_...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
How Input Web Cam Real Time Live Video Record
Hi, I have trying to record real time video from input web cam video.Below step's i have followed ,but i cannot get proper? ...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Real Time face region of interested like Eyes nose and Mouth keypoints
Hi, using matlab R2013a live video processing detect face region of interest eyes , nose and mouth morphology segmented proc...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
How for loop Store all average values in single values
I have to store single average value from input 15 frames video file? below code i have tried but i cannot get any idea ? i...
presque 11 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to captured 60 Frames in 1 Sec?
Hi, below sample code which it's 60 frames per 60 seconds , but i need to generate 60 frames in 1 sec ? if any idea? if tru...
presque 11 ans il y a | 1 réponse | 0