Hello,
I ran an explicit abaqus analysis generated from an input file including a user subroutine that prints node displacements at a certain simulation time into the odb file. Anybody experienced with reading those node displacements with Abaqus2Matlab?
Thanks for any help :)
Manuel
Edit: If I try "Obtain Analysis Data" the following error message appears:
Warning: File not found or permission denied
> In giveformat2OdbFunction (line 46)
In A2MV3/ObtainAnalysisDataMenuSelected (line 653)
In appdesigner.internal.service/AppManagementService/executeCallback (line 138)
In matlab.apps.AppBase>@(source,event)executeCallback(appdesigner.internal.service.AppManagementService.instance(),app,callback,requiresEventData,event) (line 63)
In matlab.ui.internal.controller/WebMenuController/fireActionEvent (line 67)
In matlab.ui.internal.controller/WebMenuController/handleEvent (line 55)
In matlab.ui.internal.controller.WebMenuController>@(varargin)obj.handleEvent(varargin{:}) (line 36)
In viewmodel.internal.factory.ManagerFactoryProducer>@(src,event)callback(src,viewmodel.internal.factory.ManagerFactoryProducer.convertStructToEventData(event)) (line 105)
Error using cell2struct
Number of field names must match number of fields in new structure.
Error in giveformat2OdbFunction (line 69)
DATA_Analysis=cell2struct(DATA_Analisys,Modified_Steps_names,length(Modified_Steps_names));
Error in A2MV3/ObtainAnalysisDataMenuSelected (line 653)
[DataAnalysis]= giveformat2OdbFunction('readAnalysisData',Full_Analysis_Data_Info);
Error in appdesigner.internal.service.AppManagementService/executeCallback (line 138)
callback(appOrUserComponent, event);
Error in matlab.apps.AppBase>@(source,event)executeCallback(appdesigner.internal.service.AppManagementService.instance(),app,callback,requiresEventData,event) (line 63)
newCallback = @(source, event)executeCallback(appdesigner.internal.service.AppManagementService.instance(), ...
Error using matlab.ui.internal.controller.WebMenuController/fireActionEvent
Error while evaluating Menu Callback.
Hi Manuel,
Try to load the odb file in the Abaqus2Matlab application (version 3.0). You can find it here:
https://db3b4dec-9d83-440c-ac7b-336a5733f466.filesusr.com/archives/c19177_bf38a78847d2433889941860550d0517.zip?dn=Abaqus2Matlab.zip
After download, extract the zip file and install the mlappinstall file into Matlab (go to the "APPS" tab->Install App, then select the mlappinstall file).
After successful installation, open the app and go to Load->odb, then select the odb file in which the requested results are written.
Then go to Explore odb->Outputs and select the appropriate options to load the results into Matlab.
Best regards