Estadística
9 Preguntas
0 Respuestas
CLASIFICACIÓN
131.021
of 300.392
REPUTACIÓN
0
CONTRIBUCIONES
9 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.934
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 168.373
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Open a file according to text box value.
In my matlab application I have a text box and a push button. when I enter "1" in the text box and click puch button, I want to ...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
How to pass message box value to the text box?
In my matlab application it run a .m file using matlab gui. that application gives the ouput in messagebox as "belongs to class ...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
does not able to recognize correct class of the image.
%% Taking an Image [fname,path]=uigetfile('.jpg','Open a image as Input for Training'); c=strcat(path,fname); im=imread(fname...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I use matlab GUI to brows specific .html file in the same folder?
My matlab application is for recognize places, buildings. I have the matlab GUI for upload images for testing. After identify th...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Index exceeds matrix dimensions.
Error in ImageClassifier (line 11) Ftrain=db(:,1,2); Test Image [fname,path]=uigetfile('.jpg','Provide a Image for Testing')...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
This is my code and I trained two types of classes in there(a building as class 1 and a mountain as class 2). When I upload and try to identified the class always it only output "this belongs to class 1". What will be the wrong of my code?
Module training %% Taking an Image [fname,path]=uigetfile('.jpg','Open a image as Input for Training'); c=strcat(path,fname...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
How to link mathlab with hlml?
Hi, In my mathlab application it identify the uploaded image and gives output in message box "this image belongs to class 1,......
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Wants to execute mathlab program with php web page
I have mathlab program for image recognition and seperate php web application. The mathlab out put (recognized image class) disp...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
My program is for identify persons and give their details. I developed mathlab program for identify persons and their it gives the person name in a message box. How can I link this with the php page to show person details by clicking OK button?
[fname,path]=uigetfile('.jpg','Open a image as Input for Training'); c=strcat(path,fname); im=imread(fname); imshow(im); tit...
casi 7 años hace | 0 respuestas | 0

