From: Gunjan on 22 Jun 2010 17:17 "Steven Lord" <slord(a)mathworks.com> wrote in message <hvr2h2$19t$1(a)fred.mathworks.com>... > > "Gunjan " <geophy_02(a)hotmail.com> wrote in message > news:hvjcp5$fqa$1(a)fred.mathworks.com... > > Hello, > > > > I have tried both wavelet toolbox 1.0 and wavelet toolbox 2.2. While using > > the later version for the same simple signal given as an example under > > help cwt, it gives me a strange error which goes like > > You said in a later post in this thread that you were using the Student > Version of MATLAB 7.0 (R14), but checking I see that the version of Wavelet > Toolbox corresponding to that release of MATLAB is version 3.0. DON'T MIX > AND MATCH -- if you're using release R14 of MATLAB then you should be using > release R14 of Wavelet Toolbox as well. At the very least, don't have two > different "flavors" of the same product on the path. > > > ??? Error using ==> nargoutchk > > Scalar integer value required, but value is an array > > > > Error in ==> errargn at 39 > > msg = nargoutchk(min(argout),max(argout),argout); > > > > Error in ==> cwt at 56 > > if errargn(mfilename,nargin,[3:5],nargout,[0 1]), error('*'), end > > The question is, _which version_ of errargn and cwt are you using? If > you're using the version of CWT from one of those toolbox directories and a > version of ERRARGN from a different directory, that could very well cause > some problems. > > Alternately, do you have your own versions of MIN or MAX on the path ahead > of the ones included with MATLAB? [You can check this with the WHICH > function.] If so, rename or remove those other versions of those functions. > > -- > Steve Lord > slord(a)mathworks.com > comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ > To contact Technical Support use the Contact Us link on > http://www.mathworks.com > I am looking into changing everything to the latest version as things will be much easier that way. Hope that will solve a lot of problems and make life a bit less complicated. Cheers. -Gunjan
From: Wayne King on 22 Jun 2010 19:32 "Gunjan " <geophy_02(a)hotmail.com> wrote in message <hvr992$sv0$1(a)fred.mathworks.com>... > "Steven Lord" <slord(a)mathworks.com> wrote in message <hvr2h2$19t$1(a)fred.mathworks.com>... > > > > "Gunjan " <geophy_02(a)hotmail.com> wrote in message > > news:hvjcp5$fqa$1(a)fred.mathworks.com... > > > Hello, > > > > > > I have tried both wavelet toolbox 1.0 and wavelet toolbox 2.2. While using > > > the later version for the same simple signal given as an example under > > > help cwt, it gives me a strange error which goes like > > > > You said in a later post in this thread that you were using the Student > > Version of MATLAB 7.0 (R14), but checking I see that the version of Wavelet > > Toolbox corresponding to that release of MATLAB is version 3.0. DON'T MIX > > AND MATCH -- if you're using release R14 of MATLAB then you should be using > > release R14 of Wavelet Toolbox as well. At the very least, don't have two > > different "flavors" of the same product on the path. > > > > > ??? Error using ==> nargoutchk > > > Scalar integer value required, but value is an array > > > > > > Error in ==> errargn at 39 > > > msg = nargoutchk(min(argout),max(argout),argout); > > > > > > Error in ==> cwt at 56 > > > if errargn(mfilename,nargin,[3:5],nargout,[0 1]), error('*'), end > > > > The question is, _which version_ of errargn and cwt are you using? If > > you're using the version of CWT from one of those toolbox directories and a > > version of ERRARGN from a different directory, that could very well cause > > some problems. > > > > Alternately, do you have your own versions of MIN or MAX on the path ahead > > of the ones included with MATLAB? [You can check this with the WHICH > > function.] If so, rename or remove those other versions of those functions. > > > > -- > > Steve Lord > > slord(a)mathworks.com > > comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ > > To contact Technical Support use the Contact Us link on > > http://www.mathworks.com > > > > I am looking into changing everything to the latest version as things will be much easier that way. Hope that will solve a lot of problems and make life a bit less complicated. Cheers. > > -Gunjan Hi Gunjan, I think that's a very wise decision. The Wavelet Toolbox has added a number of nice features. Wayne
From: Gunjan on 23 Jun 2010 16:07 "Wayne King" <wmkingty(a)gmail.com> wrote in message <hvrh5l$1gs$1(a)fred.mathworks.com>... > "Gunjan " <geophy_02(a)hotmail.com> wrote in message <hvr992$sv0$1(a)fred.mathworks.com>... > > "Steven Lord" <slord(a)mathworks.com> wrote in message <hvr2h2$19t$1(a)fred.mathworks.com>... > > > > > > "Gunjan " <geophy_02(a)hotmail.com> wrote in message > > > news:hvjcp5$fqa$1(a)fred.mathworks.com... > > > > Hello, > > > > > > > > I have tried both wavelet toolbox 1.0 and wavelet toolbox 2.2. While using > > > > the later version for the same simple signal given as an example under > > > > help cwt, it gives me a strange error which goes like > > > > > > You said in a later post in this thread that you were using the Student > > > Version of MATLAB 7.0 (R14), but checking I see that the version of Wavelet > > > Toolbox corresponding to that release of MATLAB is version 3.0. DON'T MIX > > > AND MATCH -- if you're using release R14 of MATLAB then you should be using > > > release R14 of Wavelet Toolbox as well. At the very least, don't have two > > > different "flavors" of the same product on the path. > > > > > > > ??? Error using ==> nargoutchk > > > > Scalar integer value required, but value is an array > > > > > > > > Error in ==> errargn at 39 > > > > msg = nargoutchk(min(argout),max(argout),argout); > > > > > > > > Error in ==> cwt at 56 > > > > if errargn(mfilename,nargin,[3:5],nargout,[0 1]), error('*'), end > > > > > > The question is, _which version_ of errargn and cwt are you using? If > > > you're using the version of CWT from one of those toolbox directories and a > > > version of ERRARGN from a different directory, that could very well cause > > > some problems. > > > > > > Alternately, do you have your own versions of MIN or MAX on the path ahead > > > of the ones included with MATLAB? [You can check this with the WHICH > > > function.] If so, rename or remove those other versions of those functions. > > > > > > -- > > > Steve Lord > > > slord(a)mathworks.com > > > comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ > > > To contact Technical Support use the Contact Us link on > > > http://www.mathworks.com > > > > > > > I am looking into changing everything to the latest version as things will be much easier that way. Hope that will solve a lot of problems and make life a bit less complicated. Cheers. > > > > -Gunjan > > Hi Gunjan, I think that's a very wise decision. The Wavelet Toolbox has added a number of nice features. > Wayne Hi Wayne, I am having trouble to find if the new toolbox has the function for inverse continuous wavelet transform. Do you know if it does at all? Thanks. -Gunjan.
From: Wayne King on 23 Jun 2010 17:13 "Gunjan " <geophy_02(a)hotmail.com> wrote in message <hvtphq$39i$1(a)fred.mathworks.com>... > "Wayne King" <wmkingty(a)gmail.com> wrote in message <hvrh5l$1gs$1(a)fred.mathworks.com>... > > "Gunjan " <geophy_02(a)hotmail.com> wrote in message <hvr992$sv0$1(a)fred.mathworks.com>... > > > "Steven Lord" <slord(a)mathworks.com> wrote in message <hvr2h2$19t$1(a)fred.mathworks.com>... > > > > > > > > "Gunjan " <geophy_02(a)hotmail.com> wrote in message > > > > news:hvjcp5$fqa$1(a)fred.mathworks.com... > > > > > Hello, > > > > > > > > > > I have tried both wavelet toolbox 1.0 and wavelet toolbox 2.2. While using > > > > > the later version for the same simple signal given as an example under > > > > > help cwt, it gives me a strange error which goes like > > > > > > > > You said in a later post in this thread that you were using the Student > > > > Version of MATLAB 7.0 (R14), but checking I see that the version of Wavelet > > > > Toolbox corresponding to that release of MATLAB is version 3.0. DON'T MIX > > > > AND MATCH -- if you're using release R14 of MATLAB then you should be using > > > > release R14 of Wavelet Toolbox as well. At the very least, don't have two > > > > different "flavors" of the same product on the path. > > > > > > > > > ??? Error using ==> nargoutchk > > > > > Scalar integer value required, but value is an array > > > > > > > > > > Error in ==> errargn at 39 > > > > > msg = nargoutchk(min(argout),max(argout),argout); > > > > > > > > > > Error in ==> cwt at 56 > > > > > if errargn(mfilename,nargin,[3:5],nargout,[0 1]), error('*'), end > > > > > > > > The question is, _which version_ of errargn and cwt are you using? If > > > > you're using the version of CWT from one of those toolbox directories and a > > > > version of ERRARGN from a different directory, that could very well cause > > > > some problems. > > > > > > > > Alternately, do you have your own versions of MIN or MAX on the path ahead > > > > of the ones included with MATLAB? [You can check this with the WHICH > > > > function.] If so, rename or remove those other versions of those functions. > > > > > > > > -- > > > > Steve Lord > > > > slord(a)mathworks.com > > > > comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ > > > > To contact Technical Support use the Contact Us link on > > > > http://www.mathworks.com > > > > > > > > > > I am looking into changing everything to the latest version as things will be much easier that way. Hope that will solve a lot of problems and make life a bit less complicated. Cheers. > > > > > > -Gunjan > > > > Hi Gunjan, I think that's a very wise decision. The Wavelet Toolbox has added a number of nice features. > > Wayne > > > Hi Wayne, > > I am having trouble to find if the new toolbox has the function for inverse continuous wavelet transform. Do you know if it does at all? Thanks. > > -Gunjan. Hi Gunjan, The current version of the Wavelet Toolbox does not have the inverse CWT. Wayne
From: Gunjan on 24 Jun 2010 00:49 "Wayne King" <wmkingty(a)gmail.com> wrote in message <hvttd0$dt7$1(a)fred.mathworks.com>... > "Gunjan " <geophy_02(a)hotmail.com> wrote in message <hvtphq$39i$1(a)fred.mathworks.com>... > > "Wayne King" <wmkingty(a)gmail.com> wrote in message <hvrh5l$1gs$1(a)fred.mathworks.com>... > > > "Gunjan " <geophy_02(a)hotmail.com> wrote in message <hvr992$sv0$1(a)fred.mathworks.com>... > > > > "Steven Lord" <slord(a)mathworks.com> wrote in message <hvr2h2$19t$1(a)fred.mathworks.com>... > > > > > > > > > > "Gunjan " <geophy_02(a)hotmail.com> wrote in message > > > > > news:hvjcp5$fqa$1(a)fred.mathworks.com... > > > > > > Hello, > > > > > > > > > > > > I have tried both wavelet toolbox 1.0 and wavelet toolbox 2.2. While using > > > > > > the later version for the same simple signal given as an example under > > > > > > help cwt, it gives me a strange error which goes like > > > > > > > > > > You said in a later post in this thread that you were using the Student > > > > > Version of MATLAB 7.0 (R14), but checking I see that the version of Wavelet > > > > > Toolbox corresponding to that release of MATLAB is version 3.0. DON'T MIX > > > > > AND MATCH -- if you're using release R14 of MATLAB then you should be using > > > > > release R14 of Wavelet Toolbox as well. At the very least, don't have two > > > > > different "flavors" of the same product on the path. > > > > > > > > > > > ??? Error using ==> nargoutchk > > > > > > Scalar integer value required, but value is an array > > > > > > > > > > > > Error in ==> errargn at 39 > > > > > > msg = nargoutchk(min(argout),max(argout),argout); > > > > > > > > > > > > Error in ==> cwt at 56 > > > > > > if errargn(mfilename,nargin,[3:5],nargout,[0 1]), error('*'), end > > > > > > > > > > The question is, _which version_ of errargn and cwt are you using? If > > > > > you're using the version of CWT from one of those toolbox directories and a > > > > > version of ERRARGN from a different directory, that could very well cause > > > > > some problems. > > > > > > > > > > Alternately, do you have your own versions of MIN or MAX on the path ahead > > > > > of the ones included with MATLAB? [You can check this with the WHICH > > > > > function.] If so, rename or remove those other versions of those functions. > > > > > > > > > > -- > > > > > Steve Lord > > > > > slord(a)mathworks.com > > > > > comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ > > > > > To contact Technical Support use the Contact Us link on > > > > > http://www.mathworks.com > > > > > > > > > > > > > I am looking into changing everything to the latest version as things will be much easier that way. Hope that will solve a lot of problems and make life a bit less complicated. Cheers. > > > > > > > > -Gunjan > > > > > > Hi Gunjan, I think that's a very wise decision. The Wavelet Toolbox has added a number of nice features. > > > Wayne > > > > > > Hi Wayne, > > > > I am having trouble to find if the new toolbox has the function for inverse continuous wavelet transform. Do you know if it does at all? Thanks. > > > > -Gunjan. > > Hi Gunjan, The current version of the Wavelet Toolbox does not have the inverse CWT. > Wayne Thanks Wayne. Then it won't work for me. I was trying to use Torrence and Campo's code but still in the preliminary stages of understanding. -Gunjan.
First
|
Prev
|
Pages: 1 2 3 Prev: using min to find non-zero minimum Next: Plotting in two differnt plots iteratively |