I'm trying to use dtmslice in Matlab but gives me error messages.
Newly created model "mfilamentWithTorsion_7" of type "filamentWithTorsion" is now the active model (1).
Path contains 100 points.
obj =
CropFlow with properties:
model: [1×1 dmodels.filamentWithTorsion]
originalModel: []
haxis: []
hgui: [1×1 mbgui.GUI]
vars: [1×1 mboop.flows.aux.ParameterManager]
dev: [1×1 mboop.flows.DeveloperOptions]
steps: [1×1 mboop.flows.aux.StepManager]
actions: [1×1 mboop.flows.aux.StepManager]
identity: [1×1 mboop.identity.Credentials]
io: [1×1 mboop.flows.aux.IOManager]
settings: [1×1 mboop.flows.aux.SettingsManager]
usr: []
runningHeadless: 1
name: 'temp'
locationInDisk: ''
ans =
ans =
Launched: Workflow GUI for model of type dmodels.filamentWithTorsion
[dmodels.curve.backboneUpdate] Control points are not defined in this object. Trying to create a default one.
Error using :
Colon operands must be real scalars.
Error in dmodels.curve/controlUpdate (line 22)
for i=1:N;
^
Error in dmodels.curve/backboneUpdate (line 12)
obj.controlUpdate();
^^^^^^^^^^^^^^^^^^^
Error in dmodels.flows.steps.FilamentCreateBackbone/compute (line 36)
obj.workflow.model.backboneUpdate();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in mboop.flows.aux.StepWrapper/compute (line 60)
obj.step.compute(obj.executionArguments{:});
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in mboop.flows.aux.PanelCreator/createPanel>localCallback (line 423)
obj.step.wrapper.compute();
^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in mboop.flows.aux.PanelCreator/createPanel>@(src,evnt)localCallback(hp,obj) (line 147)
set(hp,'Callback',@(src,evnt)localCallback(hp,obj)); % to allow seeting in green
^^^^^^^^^^^^^^^^^^^^^
Error using matlab.ui.internal.controller.uicontrol.UIControlController/triggerActionEvent (line 76)
Error while evaluating UIControl Callback.
I'm trying to use dtmslice in Matlab but gives me error messages.
Newly created model "mfilamentWithTorsion_7" of type "filamentWithTorsion" is now the active model (1).
Path contains 100 points.
obj =
CropFlow with properties:
ans =
ans =
Error in dmodels.curve/controlUpdate (line 22)
for i=1:N;
^
Error in dmodels.curve/backboneUpdate (line 12)
obj.controlUpdate();
^^^^^^^^^^^^^^^^^^^
Error in dmodels.flows.steps.FilamentCreateBackbone/compute (line 36)
obj.workflow.model.backboneUpdate();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in mboop.flows.aux.StepWrapper/compute (line 60)
obj.step.compute(obj.executionArguments{:});
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in mboop.flows.aux.PanelCreator/createPanel>localCallback (line 423)
obj.step.wrapper.compute();
^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in mboop.flows.aux.PanelCreator/createPanel>@(src,evnt)localCallback(hp,obj) (line 147)
set(hp,'Callback',@(src,evnt)localCallback(hp,obj)); % to allow seeting in green
^^^^^^^^^^^^^^^^^^^^^
Error using matlab.ui.internal.controller.uicontrol.UIControlController/triggerActionEvent (line 76)
Error while evaluating UIControl Callback.