Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dat2dspec does not work for option 'mem' #3

Open
GoogleCodeExporter opened this issue Aug 10, 2015 · 0 comments
Open

Dat2dspec does not work for option 'mem' #3

GoogleCodeExporter opened this issue Aug 10, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

When method ‘mem’ selected, the following error was displayed.



method =

mem



??? Error using ==> multidim\private\mem

Too many input arguments.



Error in ==> dat2dspec at 357

    DS = mem(Sxyn,Gwt,thetai,fi,k,opt);



Error in ==> wafotestvv at 23

[S,D,Sw] = dat2dspec(D,[pos type' bfs'],h,256,101,method, opt);

The mem method has obviously one errror, but can be easily fixed by adding 
varargin as the last function argument in mem.m:
(mem(Sxyn,Gwt,thetai,fi,k,varargin))

The specopt option for mem.m function is obviously not completed. 


Original issue reported on code.google.com by [email protected] on 9 May 2009 at 3:58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant