This is what is appearing on my screen. How can this be solved

조회 수: 5 (최근 30일)
Mugabe Robert
Mugabe Robert 2018년 12월 27일
댓글: Walter Roberson 2018년 12월 27일
t_apply_changes.........ok
t_psse..................Error using fileread (line 26)
Could not open file t_psse_case.raw. No such file or directory.
Error in psse_read (line 56)
str = fileread(rawfile_name);
Error in t_psse (line 41)
[records, sections] = psse_read(raw, verbose);
Error in t_run_tests (line 58)
feval( test_names{k}, ~verbose );
Error in test_matpower (line 128)
t_run_tests( tests, verbose );

채택된 답변

Walter Roberson
Walter Roberson 2018년 12월 27일
your t_psse asks psse_read to read a file that does not exist on the MATLAB path. Perhaps it is assuming that it is being executed from a different directory .
  댓글 수: 2
Mugabe Robert
Mugabe Robert 2018년 12월 27일
so how can i possibly get to the real directory or may be add that particular file to the folder
Walter Roberson
Walter Roberson 2018년 12월 27일
You appear to be using matpower5 but you do not appear to have installed it fully .

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

madhan ravi
madhan ravi 2018년 12월 27일
Make sure t_psse_case.raw file is in the current working directory and the folder contains that file , perhaps it's somewhere than the folder that you think it is.
  댓글 수: 2
Mugabe Robert
Mugabe Robert 2018년 12월 27일
how can i add it in the directory if possible
madhan ravi
madhan ravi 2018년 12월 27일
Just drag and drop in the required folder - the easy way

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by