How to convert a python code file into matlab code, please help.
이전 댓글 표시
I am using on command window system('python filename.py') ,but it is not working.
답변 (1개)
Jan
2014년 11월 1일
0 개 추천
You cannot convert a python function automatically to Matlab.
If you explain "not working" with any details, we could try to assist you to solve the underlying problem.
댓글 수: 3
sweety
2014년 11월 1일
sweety
2014년 11월 1일
Geoff Hayes
2014년 11월 2일
@saroj - perhaps you don't have python installed. Go to your command window (outside of MATLAB) and type something like
python -V
What do you see? When I run the same in an OS X terminal window, I see
Python 2.7.2
카테고리
도움말 센터 및 File Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!