Prev: Having problems with the convolution theorem on power spectrum vs autocorrelation
Next: Help on sound function
From: Gerry on 3 Aug 2010 02:40 Hello, I am new using the Wavelets toolbox. I would like to save the statistics from the "Multisignal Analysis / Statistics" to a variable(s), but I cannot find the way to save/export these results. At the same time, I would like to save the data so I can reproduce later some of the plots like the Autocorrelations or Spectrum. Since I have multiple signals, it will be ideal to save these results for each individual signal. I will really appreciate any help on this. Thanks,
From: TideMan on 3 Aug 2010 03:29 On Aug 3, 6:40 pm, "Gerry " <get...(a)hotmail.com> wrote: > Hello, > > I am new using the Wavelets toolbox. I would like to save the statistics from the "Multisignal Analysis / Statistics" to a variable(s), but I cannot find the way to save/export these results. > At the same time, I would like to save the data so I can reproduce later some of the plots like the Autocorrelations or Spectrum. > Since I have multiple signals, it will be ideal to save these results for each individual signal. > > I will really appreciate any help on this. > > Thanks, Well, I have the wavelet toolbox and I use it several times a day, but I cannot find anything in it about "Multisignal Analysis / Statistics". What are you talking about exactly? Which Matlab functions are you referring to? Almost certainly, their output will be variables that you can save simply by typing something like: save(matfile,'variable1',variable2')
From: Gerry on 3 Aug 2010 03:50 TideMan <mulgor(a)gmail.com> wrote in message <ae90b15d-5d79-44ca-8387-73c4d5dc6ee0(a)q40g2000prg.googlegroups.com>... > On Aug 3, 6:40 pm, "Gerry " <get...(a)hotmail.com> wrote: > > Hello, > > > > I am new using the Wavelets toolbox. I would like to save the statistics from the "Multisignal Analysis / Statistics" to a variable(s), but I cannot find the way to save/export these results. > > At the same time, I would like to save the data so I can reproduce later some of the plots like the Autocorrelations or Spectrum. > > Since I have multiple signals, it will be ideal to save these results for each individual signal. > > > > I will really appreciate any help on this. > > > > Thanks, > > Well, I have the wavelet toolbox and I use it several times a day, but > I cannot find anything in it about "Multisignal Analysis / > Statistics". What are you talking about exactly? > Which Matlab functions are you referring to? > Almost certainly, their output will be variables that you can save > simply by typing something like: > save(matfile,'variable1',variable2') Tideman, I have Wavelet 4.4. I am using the GUI ("wavemenu") instead of the Command Window. Multisignal Analysis 1-D is under the category: "Multiple 1-D". In there, you can choose "Statistics" which opens a new window displaying tabulated and plotted statistical results for the signals. I am interested in those values. Thanks,
From: TideMan on 3 Aug 2010 06:49 On Aug 3, 7:50 pm, "Gerry " <get...(a)hotmail.com> wrote: > TideMan <mul...(a)gmail.com> wrote in message <ae90b15d-5d79-44ca-8387-73c4d5dc6...(a)q40g2000prg.googlegroups.com>... > > On Aug 3, 6:40 pm, "Gerry " <get...(a)hotmail.com> wrote: > > > Hello, > > > > I am new using the Wavelets toolbox. I would like to save the statistics from the "Multisignal Analysis / Statistics" to a variable(s), but I cannot find the way to save/export these results. > > > At the same time, I would like to save the data so I can reproduce later some of the plots like the Autocorrelations or Spectrum. > > > Since I have multiple signals, it will be ideal to save these results for each individual signal. > > > > I will really appreciate any help on this. > > > > Thanks, > > > Well, I have the wavelet toolbox and I use it several times a day, but > > I cannot find anything in it about "Multisignal Analysis / > > Statistics". What are you talking about exactly? > > Which Matlab functions are you referring to? > > Almost certainly, their output will be variables that you can save > > simply by typing something like: > > save(matfile,'variable1',variable2') > > Tideman, > > I have Wavelet 4.4. I am using the GUI ("wavemenu") instead of the Command Window. Multisignal Analysis 1-D is under the category: "Multiple 1-D". In there, you can choose "Statistics" which opens a new window displaying tabulated and plotted statistical results for the signals. I am interested in those values. > > Thanks, Well, in my version (3.0.4) you go File/Save to save stuff.
From: Gerry on 3 Aug 2010 12:15
TideMan <mulgor(a)gmail.com> wrote in message <75d30e67-a61a-4854-9194-3ddf65dddd8f(a)b4g2000pra.googlegroups.com>... > On Aug 3, 7:50 pm, "Gerry " <get...(a)hotmail.com> wrote: > > TideMan <mul...(a)gmail.com> wrote in message <ae90b15d-5d79-44ca-8387-73c4d5dc6...(a)q40g2000prg.googlegroups.com>... > > > On Aug 3, 6:40 pm, "Gerry " <get...(a)hotmail.com> wrote: > > > > Hello, > > > > > > I am new using the Wavelets toolbox. I would like to save the statistics from the "Multisignal Analysis / Statistics" to a variable(s), but I cannot find the way to save/export these results. > > > > At the same time, I would like to save the data so I can reproduce later some of the plots like the Autocorrelations or Spectrum. > > > > Since I have multiple signals, it will be ideal to save these results for each individual signal. > > > > > > I will really appreciate any help on this. > > > > > > Thanks, > > > > > Well, I have the wavelet toolbox and I use it several times a day, but > > > I cannot find anything in it about "Multisignal Analysis / > > > Statistics". What are you talking about exactly? > > > Which Matlab functions are you referring to? > > > Almost certainly, their output will be variables that you can save > > > simply by typing something like: > > > save(matfile,'variable1',variable2') > > > > Tideman, > > > > I have Wavelet 4.4. I am using the GUI ("wavemenu") instead of the Command Window. Multisignal Analysis 1-D is under the category: "Multiple 1-D". In there, you can choose "Statistics" which opens a new window displaying tabulated and plotted statistical results for the signals. I am interested in those values. > > > > Thanks, > > Well, in my version (3.0.4) you go File/Save to save stuff. Unfortunately it is not that easy to save from the GUI like that, at least not the statistics and plots. That is why I asked for an alternative way to save the GUI results/plots. |