Borrar filtros
Borrar filtros

help R to Matlab

1 visualización (últimos 30 días)
Victoria Pilar Quesada García
Victoria Pilar Quesada García el 23 de Mzo. de 2023
Respondida: Nikhilesh el 27 de Mzo. de 2023
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 comentario
Rik
Rik el 24 de Mzo. de 2023
You mean you want to implement this in Matlab? What have you tried?

Iniciar sesión para comentar.

Respuesta aceptada

Nikhilesh
Nikhilesh el 27 de Mzo. de 2023
Hi Victoria,
Please have a look at the similar discussion below.

Más respuestas (0)

Categorías

Más información sobre Mathematics en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by