In order for it to run on octave3.2 with now errors I had do modify de file
kspaceFirstOrder2D.m
line 760 and 763 changed "*linear" to "linear"
comented out line 1286
Ch.-
In order for it to run on octave3.2 with now errors I had do modify de file
kspaceFirstOrder2D.m
line 760 and 763 changed "*linear" to "linear"
comented out line 1286
Ch.-
Hi Christian,
Thanks for your feedback - I am glad you got the example to run. Did you get any of the others to work? When I tried running the examples using Octave, I found I had less problems if I turned off the visualization by setting the optional input 'PlotSim'
to false
. If you get stuck trying to get anything working, please let us know so we can try and help find a work around.
Thanks,
Brad.
Not exactly sure what the * option does in "*linear", but Octave as of 4.4.1 just throws a warning
warning: interpn: ignoring unsupported '*' flag to METHOD
warning: called from
interpn at line 98 column 5
but continues running. Also, just a heads up, most of the examples start with "clearvars", which is unsupported in Octave. Replacing with "clear" seems to work fine so far.
You must log in to post.