photo

Sam Upeshala


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

9 Questions
0 Answers

RANK
79,963
of 300,499

REPUTATION
0

CONTRIBUTIONS
9 Questions
0 Answers

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,021

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 169,381

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ...

7 years ago | 1 answer | 0

1

answer

Question


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 ...

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 0 answers | 0

0

answers

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


Index exceeds matrix dimensions.
Error in ImageClassifier (line 11) Ftrain=db(:,1,2); Test Image [fname,path]=uigetfile('.jpg','Provide a Image for Testing')...

7 years ago | 2 answers | 0

2

answers

Question


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...

7 years ago | 0 answers | 0

0

answers

Question


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,......

7 years ago | 0 answers | 0

0

answers

Question


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...

7 years ago | 0 answers | 0

0

answers

Question


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...

7 years ago | 0 answers | 0

0

answers