- Read your image with imread!;
- show your image with imshow
- click points in your image with ginput or data cursor
- store those information in csv file
- import csv file in access !
How to store the X,Y axis co-ordinate values of a point on image from Matlab to MS Access??
1 view (last 30 days)
Show older comments
Respected sir,My program should be like this.First i need to read an image from the system.Then i need to show/display it.After that when i click on any point on the image,the X,Y axis co-ordinates of that point must be stored automatically in the Microsoft Access sheet.Like this i need to store the X,Y values of about 20 points on the image from Matlab to MS Access.Now can anyone please tell how to connect MS Access to matlab??That is how to store the X,Y co-ordinate values of points on image from Matlab to MS Access??
0 Comments
Accepted Answer
Sukuchha
on 3 Feb 2012
3 Comments
More Answers (1)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!