We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have saved a cfg_dep that is displayed like this in matlab:
dep = cfg_dep object: 1-by-1 tname: 'Select GCM_*.mat' tgt_exbranch: [0×0 struct] tgt_input: [0×0 struct] tgt_spec: {[1×2 struct]} jtsubs: [0×0 struct] sname: 'Specify group: GCM mat File(s)' src_exbranch: [1×10 struct] src_output: [1×1 struct]
I then load it and display it in spm-python:
In [1]: from spm import Runtime In [2]: dep = Runtime.call('load', 'dep.mat').dep Initializing Matlab Runtime... WARNING: package sun.awt.X11 not in java.desktop WARNING: package sun.awt.X11 not in java.desktop In [3]: dep Out[3]: <spm.__matlabbatch.cfg_dep.cfg_dep at 0x1659e87c0> In [4]: Runtime.call('disp', dep, nargout=0) cfg_dep object: 1-by-1 tname: 'Target' tgt_exbranch: [0x0 struct] tgt_input: [0x0 struct] tgt_spec: {} jtsubs: [0x0 struct] sname: [1x1 struct] src_exbranch: [0x0 struct] src_output: [0x0 struct]
The text was updated successfully, but these errors were encountered:
Oh, interesting, could you share the file you have? We need to enable some debug logging in mpython_endpoint.
Sorry, something went wrong.
johmedr
No branches or pull requests
I have saved a cfg_dep that is displayed like this in matlab:
I then load it and display it in spm-python:
The text was updated successfully, but these errors were encountered: