Help with MATLAB basics
显示 更早的评论
I'm new to MATLAB so I'm having some trouble here. Can anyone tell me how to find a specific element in a list? something like the in operator for python. Thanks :)
1 个评论
Jan
2013-5-13
This is a Matlab forum. Although it is likely, that you find someone who speaks Matlab and Python, it is more likely, that you get a fast answer, if you explain in words, what the program should do.
采纳的回答
更多回答(1 个)
Bjorn Gustavsson
2013-5-13
First I should to point you to various get-started documentation...
Then I'd suggest that you read the documentation of:
help
find
strfind
findstr
isequal
HTH
类别
在 帮助中心 和 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!