I used only this code and .odb file
-----------------------------------------------------------------------------
%% 2st STEP - Postprocess Abaqus results file with Abaqu2Matlab
% Obtain the desired output data
disp('Obtaining desired output data by Abaqus2Matlab')
% NOTE: Some output variables are Matlab Cells, If you are not confortable working with Cells, you can use cell2mat()
% Convert fil file to fin (ASCII format)
!abaqus ascfil job=Job1_A2M
% Give Abaqus enough time for the file conversion
pause(2)
% Explore the history output contained in AbaqusInputFile.odb
odb_name='Job1_A2M.odb';
Path='c:\hopkinson\170619\A2M_GUI_Output';
out=exploreHistoryOdb(odb_name,Path);
% Read the field output contained in AbaqusInputFile.odb
odb_name='Job1_A2M.odb';
stepName='Step-1';
indOut='False'; %(no dat file)
indOut='True'; %(create dat file)
outputVar='LE22';
[odbOut_LE22,odbDat_LE22,rpyOut_LE22]=readHistoryOdb(odb_name,stepName,outputVar,indOut);
% Read the field output contained in AbaqusInputFile.odb
odb_name='Job1_A2M.odb';
stepName='Step-1';
indOut='False'; %(no dat file)
indOut='True'; %(create dat file)
outputVar='LE22';
[odbOut_LE22,odbDat_LE22,rpyOut_LE22]=readHistoryOdb(odb_name,stepName,outputVar,indOut);
-----------------------------------------------------------------------------
but only shows this error message

Dose anyone help me, please ?
thanks for your fast reply.
I use R2015a version matlab and my os is window 10 64-bit.
Which versions of Matlab and Abaqus are you using? I suppose you are running Windows. Which architecture do you use, 32-bit or 64-bit?
You may have a look at the following link:
https://www.mathworks.com/help/supportpkg/usrpradio/ug/common-problems-and-fixes.html
Thank you for your advice. but i`m sorry.
i tried every five encoding ways what you recommended. still shows same errors.
Hello,
I have already answered to you regarding this. See here:
http://abaqus2matlab.wixsite.com/abaqus2matlab/forum/abaqus2matlab-users-forum/dose-any-advice-about-this-problem
Best,
George