Statistics
RANK
40,806
of 297,016
REPUTATION
1
CONTRIBUTIONS
8 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Feeds
Question
Why when I'm displaying the webcam on axes in app designer it shows opposite?
I'm using app desiger in MATLAB 2018a. When I display webcam on axes it shows opposite. I'm using this code. app.camera = webc...
6 years ago | 0 answers | 0
0
answersQuestion
How to use neural network classifier in predict function?
I am using App designer in MATLAB R2018a. I am working on human idetification and I have trained networks with SVM and NN. I'm ...
6 years ago | 2 answers | 0
2
answersQuestion
How can I check a specific axes has an image or not ?
I am using app designer in Matlab 2018a and I replaces a button for testing which is disable. I know how to enable it but I wa...
6 years ago | 2 answers | 0
2
answersQuestion
When I use UIGETFILE function then the gui minimized how can I stop it to do this?
[filename,filepath]=uigetfile({'*.*'},'Select and image');
6 years ago | 3 answers | 1
3
answersQuestion
I want to get currentlytyped character from editfiled becuase I want to change every current character into password character (*). Kindly help me Thanks
I am using this code but I cannot get current characters. function [] = edit2_keypressfcn(varargin) password = g...
6 years ago | 1 answer | 0
1
answerQuestion
I want to resize the images of whole database and then replace it with the same images. The problem is how to create or access the database for images.
Here is the code I tried for resizing and replacing ... Kindly help me thanks. Database = imageSet('Palm','recu...
6 years ago | 2 answers | 0
2
answersDisplaying video in a App Designer's tab
I am using the above code but this very slowly works I want to run it fastly as a live camera. Thanks in advance.
6 years ago | 0
Question
How to run webcam on an axis in app designer ?
function startcamerabutton_Callback(app, event) % hObject handle to startcamerabutton (see GCBO) ...
6 years ago | 1 answer | 0
1
answerQuestion
I am new on MATLAB and want to create an editor using GUI but I cannot handle the axes position and mouse movement (drag) in which image is loaded . Kindly help me
code for button up/down function: pos = get(gca, 'currentpoint'); % get mouse location on figure x = pos(1); y = pos(2); % ass...
7 years ago | 0 answers | 0