How to reduce the image size(from 1.2 MB to KB)?

조회 수: 6 (최근 30일)
Divya Priya
Divya Priya 2018년 5월 1일
댓글: Ameer Hamza 2018년 5월 2일
I have created 3D plot which is having a file size of 10MB (pdf format). This figure has to be embedded in my thesis which has file size limit of 10 MB. So i need a image file of lower size. i.e about in kb's. Is it possible to reduce the filesize of the image in matlab? kindly help. I have no other option.
  댓글 수: 1
Walter Roberson
Walter Roberson 2018년 5월 1일
You don't say much about how the plot is constructed or what features are important preserve. Perhaps https://www.mathworks.com/help/matlab/ref/reducepatch.html

댓글을 달려면 로그인하십시오.

채택된 답변

Ameer Hamza
Ameer Hamza 2018년 5월 1일
You are trying to save the file in a vector graphics format. The vector graphics will try to save all the information contained in the original graphics object. If you don't care about the features of vector graphics (e.g. infinite resolution) then simply save your figure in some raster graphics file type like jpg or png. They will be very small in size.
  댓글 수: 2
Divya Priya
Divya Priya 2018년 5월 2일
Thank you. It solved my problem.
Ameer Hamza
Ameer Hamza 2018년 5월 2일
You are welcome.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Printing and Saving에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by