yen hsun lee
Followers: 0 Following: 0
Statistik
5 Fragen
0 Antworten
RANG
95.192
of 295.467
REPUTATION
0
BEITRÄGE
5 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
0.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
why i get this fixed?this problem have appeared many times again and again,when i restart all,why?thanks File: GUI_M.m Line: 396 Column: 1 Invalid use of operator.
% --- Executes on button press in pushbutton17. % --- Executes on button press in pushbuttonSaveResult. function pushbutton17_...
mehr als 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how should i fix the problem :Index exceeds the number of array elements (4).
clear;clc; im=imread('unnamed.jpg'); im_1 = double(im); R=im_1(:,:,1); G=im_1(:,:,2); B=im_1(:,:,3); Max_r = max(max(R)); ...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
help ! how do i fix this error : Error using .* Integers can only be combined with integers of the same class, or scalar doubles.
clear;clc; im=imread(' image.png'); R=im(:,:,1); G=im(:,:,2); B=im(:,:,3); Y=0.299*R + 0.587*G + 0.114*B; im = im2double(r...
mehr als 2 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
New here, i cannot figure it out ( Index exceeds the number of array elements (2). )
i=imread('1_crack.png'); bw=rgb2gray(i); [S T]=graythresh(bw); bw=imbinarize(bw,S); bwn1=bw_filter(bw,15); f = ones(3,3) ...
mehr als 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Here is my error,how should i fix the problem?Help!!!!!
Unrecognized function or variable 'pushbutton1_Callback'. Error in gui_mainfcn (line 95) feval(varargin{:}); Erro...
fast 3 Jahre vor | 1 Antwort | 0