ElizabethR
Followers: 0 Following: 0
Statistik
30 Fragen
0 Antworten
RANG
11.072
of 293.862
REPUTATION
4
BEITRÄGE
30 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
80.0%
ERHALTENE STIMMEN
4
RANG
of 20.052
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 149.940
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
How to make reset function ?
i have GUI ( using Guide ) that contain, axes for display image, static text for display value. I want to make reset function in...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to show .mat file into table ( guide ) in GUI matlab ?
i have a .mat file ( 30x37 cell ) and i want to show it in the uitable with click on push button. So how to make it ? thank yo...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to open another gui from existing gui using push button ?
i have to gui, the main gui and the sub gui. I want to open the sub gui from main gui using push button ( guide ). How to make ...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to change number of rows in uitable ?
i want to make uitable that contain with 1 rows with 37 column like in image i attach. <</matlabcentral/answers/uploaded...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to display the result of a function in table GUI ??
i have a function. The function name zernikeuji3.The function is called form pushbutton2 and get the parameters from popupmenu1....
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to find euclidean distance
i have a cell that contain 50 extraction value of image like in image that i attach <</matlabcentral/answers/uploaded_files/...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
max and min complex number
i have set that contain complex number, then i get the greatest value using max function and get the smallest value using min fu...
mehr als 8 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
how to determine greatest complex value in matlab
i have some complex number : A=[0.0037+0.0217i, 0.0204+0.0363i, -0.0038-0.0063i, -0.0047+0.0255i] i want to check which the co...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to fix Index exceeds matrix dimensions ?
for i=1:jumlah filename=strcat('C:\Users\Documents\MATLAB\data\dataujiKW\',num2str(i),'.jpg'); image=imread(filename...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to change default radiobutton ?
i have two radio button like in this image. <</matlabcentral/answers/uploaded_files/51587/2.png>> but, if i load the gui,...
mehr als 8 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
how imresize work?
i have a image with size is 150 x 170 pixel. and i want to change this size into 128 x 128 pixel. i use the matlab function = im...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to process all image in directory ?
i want to process all of RGB image in directory to binary image, and i want to save the result in image type. how to process al...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to calculate the centroid of image ?
i have a binary image with size is 11 x 11 pixel. And i calculate the centroids of the image using centroid function in regionpr...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
how to make cell2mat for many column to one vector ?
i have a cell like this image <</matlabcentral/answers/uploaded_files/50632/2.png>> i want to get the maximum value from ...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to detect background color of image ?
i want to make function, so if the background color if black like image 1, it will change to white. <</matlabcentral/answe...
mehr als 8 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
how to make cropping for image ?
i have an image ( image 1) , i want to crop this image, so i have the result like image 2. How to make crop image so the result ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how bwlabel determine each unique label for each object in image ?
i have image <</matlabcentral/answers/uploaded_files/50142/3.png>> how bwlabel determine each unique label for labeling e...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to detect the value angle of rotation object ?
i have a image with 4 object, i want to know how much the angel of rotation object. please help, thanks <</matlabcentral/ans...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to save all value of centoid of many object from one image ?
i have a code, a=imread('cen.png'); contain 2 object bw=im2bw(a); labeledimage=bwlabel(bw,4); object=regionprops(labeled...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to print all of output value from "for loping" function ?
i have a code : function f=coba1(a); for j=1:a f=j; end ..................... a=5; b=coba1(a); ....
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to resize an object in binary image ?
i try to resize (minimize) an object in binary image, but I get the whole picture is to be small. even though I just wanted to m...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
i try to convert image into polar coordinates
here a code : a=imread('1e.png'); r=imresize(a,[64 64]); bw=im2bw(r); [m,n]=size(bw) m = ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Undefined function 'mrdivide' for input arguments of type 'struct' error
i have a code : a=imread('a2.png'); bw=im2bw(a); l=regionprops(bw,'Area'); b=20000; m1=fix(m*sqrt(b/l)); but, ...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to make return value in for loop ?
i have a code : function rad = Radial(n,m); radial=0; %zeros(size(r)); for s=0:(n-abs(m))/2 c=(-1)^s*((factor...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to fix in imresize error ??
i try to make the function for resizing image, this the code: >> a=imread('1.png'); >> b=20000; >> l=sum(sum(a)); >>...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to write f(x,y) (digital image) in matlab code ?
i want to make a function for feature extraction, in the method there is a formula f(x,y) that express the value intensity in (x...
mehr als 8 Jahre vor | 1 Antwort | 1
1
AntwortFrage
how to measure the wide of object in binary image ?
i have a binary image, and i want to measure the wide of object ( white pixel). how to measure it ? please help. thanks
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
make polar coordinate from cartesian coordinate
i have a rectagular image in cartesian coordinate, i want to change the image into polar coordinate. how to make polar coordinat...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
i try to use bwlabel, but there error that i can't fix
>> BW=imread('b.jpg'); >> L=bwlabel(BW); Error using bwlabel Expected input number 1, BW, to be two-dimensional. ....
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how to fix bwlabel error ?
i have abinary image and i want to process using bwlabel. but i get an error : Error using bwlabel Expected input number 1, ...
mehr als 8 Jahre vor | 1 Antwort | 1