tftb-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tftb-help] Re: error in "save results" function


From: Eric Chassande-Mottin
Subject: [Tftb-help] Re: error in "save results" function
Date: Mon, 26 Jun 2006 15:37:14 +0200 (CEST)




I found one error on the "save results" function of the view window.
Eg: I key in "a=fmlin(128);tfrwv(a);" in commend window,

it will pop out the view window.
But I cannot save the results.
The following error in Matlab error message for your reference:

"??? Error using ==> save
Variable 'and' not found.

I can't reproduce this bug.

version

ans =

7.0.4.352 (R14) Service Pack 2

a=fmlin(128);tfrwv(a);
 Name of the MAT file [WV128] : test

The file is saved in the directory
under the name test
If you want to find again the exact layout of this screen, do
load test; eval(TfrView);

If you want to restart the display session under tfrqview, do
load test; eval(TfrQView);

if you are able to reproduce that bug, try to type

dbstop if error

and then

a=fmlin(128);tfrwv(a);

when the error occurs you should be returned to the prompt
in debug mode,

K>>

enter

['save ',PathWorkDir,name, ' tfr sig t f fs method param SavedColorMap TfrView 
TfrQView']

copy/paste the result in a report to this list.
please detail your configuration (including sysop).

Error in ==> \tftb\mfiles\tfrqview.m
On line 541  ==>    eval(['save ',PathWorkDir,name,...

Error in ==> \tftb\mfiles\tfrwv.m
On line 82  ==>  tfrqview(tfr,x,t,'tfrwv');  "

Pls take a look on this.
Rgds,

Joc





reply via email to

[Prev in Thread] Current Thread [Next in Thread]