Error running Matlab code in java intellij

조회 수: 3 (최근 30일)
Tino
Tino 2019년 7월 22일
답변: Sahithi Kanumarlapudi 2019년 8월 7일
Hi
Please cann someone help me with this problem
I am trying to run my matlab code in java intellij after packaging it.
I am getting the error below when I try to search for file and load it.
Error using load
Unable to read file 'second1.csv'. No such file or directory.
Error in ido (line 10)
Exception caught: com.mathworks.toolbox.javabuilder.MWException: Unable to read file 'second1.csv'. No such file or directory.
it runs well in the matlab code though.
What do I need to do to rectify this issue
Thanks in advance
Tino

답변 (1개)

Sahithi Kanumarlapudi
Sahithi Kanumarlapudi 2019년 8월 7일
In order to open a file in ‘intellij’, the folder in which the file is present should be loaded in the project on which you are working.
This can be done by
File->New->Module
Then from the pop-up select the folder in which the file is present and click on finish.

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

태그

제품


릴리스

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by