Sign in

username:

password:



Not a member?

Search matlab



Search tips

Subscribe to matlab



matlab by Keywords

Atanh | Autocorrelation | Bandpass Filter | C++ | Conv | Database | Deconv | Excel | FFT | Filter | Filtering | FIR | Fourier Transfrom | FSK | Gaussian Noise | Haykin | IFFT | Image | Java | LFSR | LMS | LPC | MEX | OFDM | QPSK | Radix | Random | Sampling | Segmentation | Simulink | Visual Basic | Waveform | Wavelet


Discussion Groups

Discussion Groups | Matlab DSP | please help me..with save code

Technical discussion about Matlab and issues related to Digital Signal Processing.

  

Post a new Thread

please help me..with save code - enas...@gmail.com - May 14 8:40:51 2007



hi all 

in my image processing application..
i have two axes 
axes1 for original image..
axes2 for filtered image..
i have a number of filters which change the original and display the filtered image on axes2
but when i save these changes..it is save the original image without saving the changes made to
the original image..

my teacher said to me that matlab doesn't save the changes made to axes..just save the subplot
only...

my question..is this true??
can i save the changes that made on axes???and HOW??????
can you give me save code???

cause my siminar on 22\may 
with regards 
enas
Balqa Applied university

i need your help



(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )

Re: please help me..with save code - enas...@gmail.com - May 15 9:38:12 2007

hi all 

sorry  for the gap of my question 

thanks to every one how answer to me 

the code

IMG=handles.imgdata.img1;
image=uint8(IMG);
[file,path] = uiputfile('*.jpg','Save Workspace As');
var=strcat(path,file,'.jpg');
imwrite(image,var);

this save only the image i opened with out the changes or update
if i make a filter to ana image(adjust or contrast)
when i save the image the image is be saved with out this actions
i hope my idea is clear now 
hope to have an answer soon 

with regards enas



(You need to be a member of matlab -- send a blank email to matlab-subscribe@yahoogroups.com )