How to creat and edit m-file on linux server?
이전 댓글 표시
I am using xming to access ubuntu server from windows 10 to use matlab there. I have successfully accessed and open matlab there and can run the written m-filefor one time but I could not edit the existing or create new m-file. What wrong I am doing here and how can I fix it?
댓글 수: 13
Walter Roberson
2018년 9월 29일
Is this like a permission problem? Are you saying that you cannot invoke the editor, or that the editor fails to respond to your characters, or that you are able to edit but you are not able to save the result ?
Shakir Hussain
2018년 9월 29일
Walter Roberson
2018년 9월 29일
If you go to the command line and give the command
edit help
then does it bring up the source for help() ? Does it produce an error message?
Which directory are you in when you try to create a file?
Shakir Hussain
2018년 9월 30일
Walter Roberson
2018년 9월 30일
If you cd to your home directory, and invoke
edit
then can you type in some code? If you can, then what happens when you ask to save the file?
Shakir Hussain
2018년 9월 30일
편집: Shakir Hussain
2018년 9월 30일
Walter Roberson
2018년 9월 30일
What happens when you try to edit an existing .m file by name?
Shakir Hussain
2018년 9월 30일
Walter Roberson
2018년 9월 30일
I think you will probably need to contact Mathworks Support for free installation assistance on this one.
Shakir Hussain
2018년 10월 1일
편집: Shakir Hussain
2018년 10월 1일
Walter Roberson
2018년 10월 1일
The normal way at least used to be to xsh or equivalent to the server, have X display back to the client.
Shakir Hussain
2018년 10월 1일
Walter Roberson
2018년 10월 1일
I think you will need Mathworks Support on this one.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!