Included below is a solved, post processed model file:
isoplot_example.feaAfter exporting the fea object to Matlab via the file menu option, the following script was executed four times with the sets of parameters indicated below. Note that the only variation is the location of the cut-plane:
isolineslice.m
>> isolineslice (fea, "V", "XY", 0.49998 , 20, "jet")
>> isolineslice (fea, "V", "XY", 0.52001 , 20, "jet")
>> isolineslice (fea, "V", "XY", 0.52000 , 20, "jet")
>> isolineslice (fea, "V", "XY", 0.49999 , 20, "jet")
The first two succeeded producing the expected plots (3d then 2d), however the second two failed to produce a 2d plot and gave the error indications in the Matlab command window as seen in the following file:
isolines_console_msgs.txtThe failing call from the script was in both cases the call to "postplot" at line 118.
If you cannot reproduce this, please let me know and I will work on it further to get a reproducer (or find my problem :-)
Kind regards,
Randal