Python script not running with system
조회 수: 6(최근 30일)
표시 이전 댓글
I am trying to call a python fuunctiion from system. However, I am getting an error and the source seems to be the python functon itself (see below). However, when I run this function directly from a shell, it works well.
[status,cmdout]=system('python /Users/guynir/OligoMiner/outputClean.py -h')
status =
1
cmdout =
'Traceback (most recent call last):
File "/Users/guynir/OligoMiner/outputClean.py", line 43, in <module>
from Bio.SeqUtils import MeltingTemp as mt
ImportError: No module named Bio.SeqUtils
'
댓글 수: 0
답변(1개)
Abhishek Gupta
2021년 2월 16일
Hi,
Referring to the following resources, which might help you to execute python scripts from MATLAB: -
댓글 수: 0
참고 항목
범주
Find more on Call Python from MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!