photo

Paulo


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Is a computer engineering student at Mapua Institute of Technology, Philippines, an ABET accredited school.
Professional Interests: research and development, hardware and software development

Statistik

MATLAB Answers

7 Fragen
0 Antworten

RANG
23.144
of 300.352

REPUTATION
1

BEITRÄGE
7 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
42.86%

ERHALTENE STIMMEN
1

RANG
 of 20.928

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.212

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • First Review
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to save images when it requires the following when showing it through figures: imshow(I, [ ])
When processing the image, it is needed to include the square brackets in IMSHOW() command, for example: figure(1); imshow(A,[ ]...

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


ERROR USING SET() ? GUI, Handles
my code is like this: while microcontroller is connected if(face detected) set(handles.statusLbl,'String','Capturing ...

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


imwrite and imshow problem
Here is my code: irisImage = imread('C:\Users\Tests\iris.bmp'); irisImageGrayScale = double(rgb2gray(irisImage)); figure;imsh...

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I need help regarding circular hough transform by Peter Bone
I need to detect the pupil of an eye. so what i did was: A = imread('iris.bmp'); A = double(rgb2gray(A)); and copied the ...

etwa 14 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to control SERVO MOTOR using MATLAB and 16f877a PIC microcontroller
I need to control the movement of the servo motor by using MATLAB and 16f877a PIC microcontroller. I already have the schematic ...

etwa 14 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


inpainting_nans by John D'Errico ERROR MESSAGE
I used the inpainting_nans that is available here <http://mathworks.com/matlabcentral/fileexchange/4551> I used an image fi...

mehr als 14 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Real Time Functionality of Matlab -- I need Matlab to find an image file and open it once the image file is created.
I am doing a project which automates the capture of a webcam. I need matlab to check the image file repetitively until it finds ...

mehr als 14 Jahre vor | 3 Antworten | 0

3

Antworten