help R to Matlab
조회 수: 2 (최근 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
채택된 답변
추가 답변 (0개)
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!