Print MetaData file with higher pixels
6 views (last 30 days)
Show older comments
I am trying to print metadata ".emf" file using print command
print(h,'-dmeta', 'C:\PROJECTS\WORK_AREA\04.emf')
Matlab throws an Warning: Image dimensions exceed threshold of 600 pixels. Reducing image dimensions
This makes the image unusable.
Is there a way to get higher resolution image??
Surprisingly in Matlab 2009a '-v' option doesn't prompt for printer and it fixes the problem. But later versions will bring up printer options for '-v' command.
0 Comments
Answers (0)
See Also
Categories
Find more on Printing and Saving in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!