フィルターのクリア

help R to Matlab

1 回表示 (過去 30 日間)
Victoria Pilar Quesada García
Victoria Pilar Quesada García 2023 年 3 月 23 日
回答済み: Nikhilesh 2023 年 3 月 27 日
I have this program in R and I need to pass it to matlab, can someone help me
X =[1, 5, 3, 6, 6, 9, 2, 11, 17, 8]
I.record(X)
I.record(X, weak = TRUE)
I.record(ZaragozaSeries)
%record argument can be shortened
I.record(ZaragozaSeries, record = "l")
I.record(X, record = c("upper", "lower"), weak = FALSE)
%Default S3 method:
I.record(X, record = c("upper", "lower"), weak = FALSE)
%S3 method for class 'numeric'
I.record(X, record = c("upper", "lower"), weak = FALSE)
%S3 method for class 'matrix'
I.record(X, record = c("upper", "lower"), weak = FALSE)
  1 件のコメント
Rik
Rik 2023 年 3 月 24 日
You mean you want to implement this in Matlab? What have you tried?

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

採用された回答

Nikhilesh
Nikhilesh 2023 年 3 月 27 日
Hi Victoria,
Please have a look at the similar discussion below.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by