Not understanding the function input arguments
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Abhijit Sardar
el 16 de En. de 2021
Comentada: Walter Roberson
el 17 de En. de 2021
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.
0 comentarios
Respuesta aceptada
Walter Roberson
el 16 de En. de 2021
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Splines en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!