clc;clear;
% Check the Python version MATLAB is configured to use
pyversion
% Call Python's help function for 'list' data type from MATLAB
py.help('list')
% Call Python's help function for 'str' data type from MATLAB
py.help('str')
% Call Python's help function for 'tuple' data type from MATLAB
py.help('tuple')
% Call Python's help function for 'dict' data type from MATLAB
py.help('dict')
% Call Python's help function for 'set' data type from MATLAB
py.help('set')
.
وقتی دستورات بالا در متلب وارد کنید ابتدا ورژن پایتون شما و در ادامه توضیحاتی درباره (لیست-رشته-تاپل-دیکشنری-مجموعه(ست))میدهد که ما در قسمت های بعدی تک به تک تمام آن ها را بررسی میکنیم.
دیدگاهها
هیچ نظری هنوز ثبت نشده است.