필터 지우기
필터 지우기

Point me to documentation of ReadYaml()

조회 수: 23 (최근 30일)
John Pryce
John Pryce 2018년 5월 2일
댓글: John Pryce 2018년 5월 10일
I am reading YAML files, and have been given some code that does this by calling
data = yaml.ReadYaml('somefile');
It works, but I have no documentation and probably could use it better. MATLAB's help does not know of it. Can someone tell me who wrote it and point me to some instructions?
  댓글 수: 4
Walter Roberson
Walter Roberson 2018년 5월 4일
"Main authors
  • Jiri Cigler, Dept. of Control Engineering, CTU Prague http://support.dce.felk.cvut.cz/pub/ciglejir/
  • Jan Siroky, Energocentrum PLUS, s.r.o.
  • Pavel Tomasko, student at Faculty of Electrical Engineering, CTU Prague and Institute of Chemical Technology, Prague."

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

채택된 답변

lokender Rawat
lokender Rawat 2018년 5월 8일
Currently MATLAB does not support YAML parsing but third party tools like 'yamlmatlab' can be used for the purpose as needed. It is mentioned in the official documentation as well, please refer the link to find the same at the end of the page: link_for_doc
However, the relevant documentation could also be inquired from the creators of the application. Refer the below links:
  댓글 수: 1
John Pryce
John Pryce 2018년 5월 10일
Iokander, thanks. It looks as if the senior author is now at Feramat Cybernetics, Prague so I have written to the company asking if anyone at Czech Technical University has taken over maintenance.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Debugging and Analysis에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by