When followed steps of video, following errors found in MatLab command window.
Help to solve this.
3 comments
Like
3 Comments
George Papazafeiropoulos
Jan 11, 2018
From what the commands return in the Command Window everything seems ok with the Matlab software that is installed on your PC. Therefore, some issues about Windows should be checked. Please check the following:
1) Ensure that you have administrative privileges on your PC (e.g. run Matlab as Administrator).
2) Double click any file in your PC with extension *.inp and see if it opens with a notepad editor. If not, that might be the reason for the Matlab error. Right-click at this file, select "Open with..." and after selecting the suitable notepad editor, check the box "Always use this app to open .inp files". This should fix your problem.
3) However, if your problem persists, please execute each of the following two commands in Matlab Command Window and see what happens. Each one of these is supposed to do the same operation, i.e. open a new Windows Explorer window showing the contents of your C drive:
winopen('C:\')
!explorer C:\
Please let me know which hint of the above (if any) solves your problem.
Best,
George
Like
Parth Kamaliya
Jan 11, 2018
Hello George:
I have executed commands and sending screenshot of same.
I tried to select different language from available but nothing works.
Like
George Papazafeiropoulos
Jan 10, 2018
Hello Parth,
Perhaps this error occurs because either your MATLAB installation is corrupt or you don't have the correct helper MEX-file that the function winopen.m uses. Please execute the following commands and paste what appears:
which -all win_open_mex
mexext
computer
mex -setup
Best,
George
Like
If using this toolbox for research or industrial purposes, please cite:
​
G. Papazafeiropoulos, M. Muñiz-Calvente, E. Martínez-Pañeda. Abaqus2Matlab: a suitable tool for finite element post-processing. Advances in Engineering Software. Advances in Engineering Software. Vol 105. March 2017. Pages 9-16.
DOI:10.1016/j.advengsoft.2017.01.006
Copyright (c) 2016 by George Papazafeiropoulos
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**MATLAB and ABAQUS, and their associated logos, are a registered trademark of The MathWorks, Inc. and Dassault Systèmes, respectively.
From what the commands return in the Command Window everything seems ok with the Matlab software that is installed on your PC. Therefore, some issues about Windows should be checked. Please check the following:
1) Ensure that you have administrative privileges on your PC (e.g. run Matlab as Administrator).
2) Double click any file in your PC with extension *.inp and see if it opens with a notepad editor. If not, that might be the reason for the Matlab error. Right-click at this file, select "Open with..." and after selecting the suitable notepad editor, check the box "Always use this app to open .inp files". This should fix your problem.
3) However, if your problem persists, please execute each of the following two commands in Matlab Command Window and see what happens. Each one of these is supposed to do the same operation, i.e. open a new Windows Explorer window showing the contents of your C drive:
winopen('C:\')
!explorer C:\
Please let me know which hint of the above (if any) solves your problem.
Best,
George
Hello George:
I have executed commands and sending screenshot of same.
I tried to select different language from available but nothing works.
Hello Parth,
Perhaps this error occurs because either your MATLAB installation is corrupt or you don't have the correct helper MEX-file that the function winopen.m uses. Please execute the following commands and paste what appears:
which -all win_open_mex
mexext
computer
mex -setup
Best,
George