필터 지우기
필터 지우기

Not understanding the function input arguments

조회 수: 1 (최근 30일)
Abhijit Sardar
Abhijit Sardar 2021년 1월 16일
댓글: Walter Roberson 2021년 1월 17일
I have found some function but the author has not given what type of input arguements we have to give in that function. Can someone help me in running the function "datared" and what type of input i need to give.

채택된 답변

Walter Roberson
Walter Roberson 2021년 1월 16일
X_full (first paramter): A column vector of floating point data
Y_full (second parameter): A column vector of floating point data.
cs_s (third parameter): A scalar floating point number.
X_full and Y_full are intended to be data coordinates. cs_s is some kind of reduction factor.
According to the authors, datared() is a data reduction function. If you search their publication you can see it being called from other functions.
  댓글 수: 2
Abhijit Sardar
Abhijit Sardar 2021년 1월 17일
편집: Abhijit Sardar 2021년 1월 17일
Thank - You very much. You are very dedicated since you found the original code.also what type of output are we expecting.
Walter Roberson
Walter Roberson 2021년 1월 17일
The outputs are column vectors of double precision.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Numbers and Precision에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by