3D data set needs to be entered in boxcount/ imread/ imsec

1 view (last 30 days)
i have a txt file like
X=[some values]
Y=[some values]
Z=[some values]
objective:
1> txt file to be given by user
2> using jpg of the plot to be avoided
> boxcount related solution preferred

Answers (1)

Image Analyst
Image Analyst on 15 Apr 2014
Hint: use uigetfile() to let the user specify the file. I don't see where imread() would come into this at all. I don't see why jpegging the plot might even be thought of as being a part of the solution.

Categories

Find more on Interactive Control and Callbacks in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!