Statistik
6 Fragen
0 Antworten
RANG
192.626
of 295.467
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
50.0%
ERHALTENE STIMMEN
0
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
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
Feeds
Frage
i was use matlab2010 but now it seems problem in matlab2010,so i installed matlab2013 so i want same help window like matlab2010.
like in matlab2010 i type in help imread so it show all related to imread but in matlab 2013 it does not show so what can i do t...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Hi every one is there any way how to subtradt two matrices of different dimension let say A=<424x544x3uint8> and B=<462x545x3 uint8> How can we perform subtraction like S=A-B. Thanks
A=imread('u.png'); B=imread('c2.png'); Ip = imabsdiff(A,B); imshow(Ip)
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i make a gui of find max value, mean value and min value but i forgate the load of a image so how to correct this?
% --- Executes on button press in Mean. function Mean_Callback(hObject, eventdata, handles) x=imread('Cameraman.tif'); ...
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to find the position of the maximum values in an image?
we find the max value of an image by max function but i does not know how to find the position of maximum value.
etwa 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to find the variance of an image?
i try to find the variance by var function but it shoew the error. I = imread('eight.tif'); var(I)
etwa 10 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
how to find the maximum value of an image by using buit-in function in matlab?
i find the maximum value of image by max function but now i want to find the maximum value by built-in function
etwa 10 Jahre vor | 1 Antwort | 0