Statistics
RANK
169 149
of 295 689
REPUTATION
0
CONTRIBUTIONS
13 Questions
1 Answer
ANSWER ACCEPTANCE
53.85%
VOTES RECEIVED
0
RANK
of 20 266
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 317
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to skeletal the image ?
Do we find out the exact length (In pixels) of horizontal and vertical line....
nästan 11 år ago | 1 answer | 0
1
answerHow to solve Error building project to create exe file from .m using deploytool ?
I got files through mbuild as you said by typing mbuild -setup they are 1.MCRInstaller , 2. readme , 3.Untitled1 , 4. Untit...
nästan 11 år ago | 0
Question
How to solve Error building project to create exe file from .m using deploytool ?
Deploytool Name :project1 Location : E:\Naresh\MATLAB\code1 Target : Windows standalone Application Add main file : ...
nästan 11 år ago | 2 answers | 0
2
answersQuestion
How to write a code to set the aspect ration as 4 for the image link http://imageshack.us/photo/my-images/208/yggx.png/
If we set the aspect ration as 4 to the image, it has to be expands in x axis.
nästan 11 år ago | 0 answers | 0
0
answersQuestion
How to create a .m file to exe file, so that exe file ca n be run in another computer in which no matlab is installed?
What kind of command i have write so that i can create .EXE FILE
nästan 11 år ago | 1 answer | 0
1
answerQuestion
How to find out the intersection point of the image ?. (Intersection point: Where the X and Y White lines meets)
The link for the image : <http://imageshack.us/photo/my-images/401/0mbt.jpg/> <<http://imageshack.us/a/img401/5148/0mbt.jpg>>...
mer än 11 år ago | 2 answers | 0
2
answersQuestion
What is call back for Open (uimenu ) ?
where as call back for uimenu *'Save'* is *'save'*. Where can i find call back for all uimenu like Close ,Save As, New,...etc.
nästan 12 år ago | 1 answer | 0
1
answerQuestion
How do I create a GUI that will run the following code?
imaqhwinfo; imaqhwinfo('winvideo',1) vid=videoinput('winvideo',1); I=getsnapshot(vid); figure,imsh...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
How to see the image pixel info , even though i move my mouse point cursor over the image using command [x,y]=ginput(1).
here my programme is i=imread(anyimage); figure,imshow(i); [x,y]=ginput(1); pixelinfo How to see the pixel info data e...
nästan 12 år ago | 2 answers | 0
2
answersQuestion
How to find out the distance between the inner and outer edge of the image using the Matlab command [x,y]=ginput(1)?
Where ever you click on the following link image, matlab code must find out the two edges and find out the distance between the ...
nästan 12 år ago | 3 answers | 0
3
answersQuestion
How to draw a circle on existed circle ? How to calculate the image shift in pixels from its center?
Here is my image: <http://imageshack.us/photo/my-images/600/imfill.jpg> Can we draw two circles, one inside and the other out...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
How to find out the image center?
How to find out the image center and its x,y co-ordinate with out using [x,y]=ginput(n) matlab command? How to import these d...
nästan 12 år ago | 2 answers | 0
2
answersQuestion
With out knowing the center and radius of a two concentric circles,can we find out the inner and outer circle diameters using [x,y]=ginput (1) command .That command gives you the single mouse point click so you must click in btw two circles only
Using the command [x,y]=ginput(1), gives us the single mouse point click only ,so you must click any where in between the two ci...
nästan 12 år ago | 1 answer | 0
1
answerQuestion
Hi all, i have a two circles in an image which are concentric, i used a command [x,y]=ginput(1). Using the mouse pointer i click on the one of the concentric circles,with reference to the [x,y] point how to find out the inner dia,outer dia,center
Is it possible to draw a circle with reference to the {[x,y]=ginput(1)} single point.
nästan 12 år ago | 4 answers | 0