photo

Ahmer Shahid


Last seen: 9 meses hace Con actividad desde 2017

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

8 Preguntas
1 Respuesta

CLASIFICACIÓN
41.267
of 300.364

REPUTACIÓN
1

CONTRIBUCIONES
8 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
50.0%

VOTOS RECIBIDOS
1

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

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

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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

casi 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

casi 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


When I use UIGETFILE function then the gui minimized how can I stop it to do this?
[filename,filepath]=uigetfile({'*.*'},'Select and image');

casi 7 años hace | 3 respuestas | 1

3

respuestas

Pregunta


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

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 7 años hace | 2 respuestas | 0

2

respuestas

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

casi 7 años hace | 0

Pregunta


How to run webcam on an axis in app designer ?
function startcamerabutton_Callback(app, event) % hObject handle to startcamerabutton (see GCBO) ...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 8 años hace | 0 respuestas | 0

0

respuestas