Community Profile

photo

Naresh Naik


NITW

Active since 2012

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


How to skeletal the image ?
Do we find out the exact length (In pixels) of horizontal and vertical line....

10 years ago | 1 answer | 0

1

answer

Answered
How 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...

10 years 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 : ...

10 years ago | 2 answers | 0

2

answers

Question


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.

10 years ago | 0 answers | 0

0

answers

Question


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

10 years ago | 1 answer | 0

1

answer

Question


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>>...

10 years ago | 2 answers | 0

2

answers

Question


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.

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 2 answers | 0

2

answers

Question


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 ...

11 years ago | 3 answers | 0

3

answers

Question


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...

11 years ago | 1 answer | 0

1

answer

Question


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...

11 years ago | 2 answers | 0

2

answers

Question


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...

11 years ago | 1 answer | 0

1

answer