필터 지우기
필터 지우기

Open specific format file outside MATLAB ?

조회 수: 9 (최근 30일)
Leo Zhai
Leo Zhai 2021년 1월 11일
댓글: Leo Zhai 2021년 1월 12일
When I double-click a .c file, it will be open by Matlab-editor, while I want it be open directly with external application (e.g. visual studio code),
(Tips: I know I could make it by 'Open Outside MATLAB')
Thanks!
  댓글 수: 1
Stephen23
Stephen23 2021년 1월 11일
편집: Stephen23 2021년 1월 11일
"When I double-click a .c file, it will be open by Matlab-editor..."
Double-click where?
Are you double-clicking in the MATLAB IDE, or in your OS's explorer, or somewhere else?

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

답변 (1개)

KSSV
KSSV 2021년 1월 11일
Right click on the C file...click on the "open with" and the choose "choose default program", after this selct your visula studio... this is not an MATLAB question eh.
  댓글 수: 1
Leo Zhai
Leo Zhai 2021년 1월 12일
Sorry, mabye I did not describe my question clearly.
  1. the default program for .c is already visual studio code(VSC), if I open a .c file direcly (double-click a .c file on my desktop) it is opened by VSC.
  2. I meant in the MATLAB interface, if I double-click a .c file on "Current Folder", it will be open with MATLAB editor instead of VSC. I want 'double-click a __fileName__' is equivalent to
winopen('__fileName__')

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

카테고리

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