help R to Matlab

1 次查看(过去 30 天)
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 CenterFile Exchange 中查找有关 Mathematics 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by