필터 지우기
필터 지우기

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 CenterFile Exchange에서 Call Python from MATLAB에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by