Can someone please explain how I can convert an image already saved in .jg format to a matlab fig file
The code below can load a jpg and store it as matlab fig file.
So, this answers the question of how to convert jpg to fig file.
However, of course, the jpg stores only pixel information.
So, vector graphics (e.g., lines) are not drawn perfectly.
Good luck!
im = imread('Picture6.jpg');
fig1 = figure('color','w');
imagesc(im);
axis off;
saveas(fig1,'figure','fig');
Hi, In matlab, by using the imread command read the image and show the image by imshow command. In plot figure, go to edit and save as. save image as you like.
Thank you all, your responses were helpful
I am investigating the hepatoprotective effect of some medicinal plant on chronic carbon tetrachloride induced liver injury. I observed that although some of the medicinal plants increased the...
06 July 2015 423 18 View
I am running serum biochemical tests on rats that have been exposed to a particular plant extract, I found out my direct bilirubin was higher than the total bilirubin in the control and extracts...
11 December 2014 928 19 View
Please, what is the best solvent for Deferoxamine for treatment of cultured cell. I want a solvent with which i will be able to preserve a stock which can be stored for some period of time
06 July 2014 7,569 2 View
I am working with a particular extract which is cytotoxic to a particular cell line as well as HEK293. Is it possible to get a fraction that will only be cytotoxic to this cancer cell line from my...
01 February 2014 7,640 3 View
Hi, I am using GROMACS 5.1.4 to simulate water in contact with a surface. I am only interested to calculate some properties of water near the surface. Let's say at a distance of x nm from the...
03 March 2021 9,989 2 View
I have selected brain tumor images ...but now found that already lots of research done n this topic.
03 March 2021 5,774 3 View
i am try to classify the x-ray images. During classification , can i block unwanted images (except x-ray image).
03 March 2021 7,100 1 View
Need to image mesoporous silica nanoparticles using the TEM. Also, need high resolution TEM images to see the mesoporous structure. Kindly suggest what kind of grids to use. Thanks, Shatadru
02 March 2021 1,787 2 View
I have prepared a manuscript in IEEE Latex template, but for some purpose, I need to prepare a word file as well (detailed format is not required). Compared to two column .tex file, one column...
02 March 2021 1,830 3 View
Dear Colleagues, After running Western blot on PVDF membrane and detection using ECL, I would like to stain my PVDF with colloidal gold to be able to allign the ECL image with total proteins on...
02 March 2021 7,829 3 View
Hello, I am working on a soil project and I found a primary research article that tests how the modification of agricultural soil can cause global warming, using a thermal collector, however I...
02 March 2021 7,161 3 View
I would like to research on MR images (0.5T and 3T). Can you please suggest some websites that I can download dataset including both 0.5T and 3T MR images? Thank you.
02 March 2021 7,735 3 View
I made a vertical section plot with WOA .nc file on ODV, and now I want to plot my stations (csv. file) in it. Does anyone know how to import my points to the section? They are two different...
01 March 2021 3,610 1 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View