photo

Han


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

15 Fragen
1 Antwort

RANG
104.173
of 300.369

REPUTATION
0

BEITRÄGE
15 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
46.67%

ERHALTENE STIMMEN
0

RANG
 of 20.936

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.436

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

  • Thankful Level 3

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How can I print the content of table?
Hi all .. I have a table and I need to print its contents I tried this but I get errors: A = (T.Data) print (A); ...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Update row in database
Thank you to everyone.. Now it's working for me. In the future, if someone faced the same problem, here is the code: ...

mehr als 7 Jahre vor | 0

Frage


Update row in database
Hi .. In database I have Id and its type is 'int', also I have Name and its type is varchar When I tried to update the Id ...

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Compare value to cell in database
HI .. Id and password are int data type in database I want to check if the id and password entered by user are in database...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why I get the background in white color while it should be black !
Hi .. I have the following code: vid = videoinput('winvideo',1); set(vid, 'ReturnedColorspace', 'rgb'); % set(vid...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I get this error "index exceeds matrix dimensions" How can I solve it?
I have this code and I apply it in image and it was work. Now I'm trying to use it in Live video Code: vid = videoinpu...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Live video to frames, detect people
Hi all I'm trying to write a program to detect people who are wearing white things .. whatever it's. I faced difficult to ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Foreground detection and Blob detection
Hi all .. I'm trying to detect white objects only, but my code detect all objects I don't know if I'm using foreground det...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I get error when I closed the window before selected the stop button for live video
I have the following code for live video: function track_OpeningFcn(hObject, eventdata, handles, varargin) movegui(hObj...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


convert images to binary with different gray level backgroung
Hi all ! I have the following code: clc; OriginalImage = imread('te3.jpg'); subplot(2,2,1); imshow(Original...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I Can not convert image to binary image !
Hi I'm trying to convert this image to binary image <</matlabcentral/answers/uploaded_files/104946/t9.jpg>> This is ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Show the object in boundary box
I'm trying to use boundary box for each objects and then calculate color histogram for each object ! Here in my code, I tried...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Blob analysis and thresholding
I have two white objects I detected by blob analysis the message should be "Alarm it is white !" % Blob Analysis Bl...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Detect moving object using blob
I have to detect object using "blob detection" but I don't know what is the function I need to use? I used regionprops, also ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Display video and save frames in the same time !
I want to display a video on GUI and in the same time I want it to convert video to frames and save on another folder automatica...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


test if input entered by user is exist in database or not
Hi ! I try the following code on a single record and it's work now I have a table with employees id I want to test if the nu...

fast 8 Jahre vor | 1 Antwort | 0

1

Antwort