フィルターのクリア

from python to matlab

1 回表示 (過去 30 日間)
RADWAN A F ZEYADI
RADWAN A F ZEYADI 2021 年 12 月 11 日
コメント済み: Rik 2021 年 12 月 11 日
i have python code how can i translate it to matlab?
thank you

回答 (1 件)

Rik
Rik 2021 年 12 月 11 日
You have three options.
  1. Re-implement the entire functionality in Matlab. There is no automatic conversion possible.
  2. Call you Python code from within Matlab.
  3. Call Matlab from within Python.
  2 件のコメント
RADWAN A F ZEYADI
RADWAN A F ZEYADI 2021 年 12 月 11 日
i want this command in matlab
Seis = np.reshape(Seis, (Seis.shape[0]*(nm-1),1))
Rik
Rik 2021 年 12 月 11 日
I can imagine what reshape does, but you'll have to explain what the rest of this command is doing.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeCall Python from MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by