06-07-2017 10:51 AM
LabVIEW already has percentile as a VI.
MathScript does not have quantile, prctile (old MatLab), percentile (R, ...), or such.
Does it?
What is the MathScript built-in that does the same as the percentiles vi?
06-07-2017 05:15 PM
I'm puzzled by your question. This is a LabVIEW Forum, to discuss "How to do it in LabVIEW". As I understand your question, LabVIEW can do it, but MatLab cannot, so you are asking "How can I do it in LabVIEW using MathScript"?
The Glaringly Obvious (to me) answer is Do It in LabVIEW, not MathScript!
Bob Schor
06-08-2017 08:30 AM
@Bob - MathScript compiles nice/clean in LabVIEW environment, and the code is both written and debugged.
Fwiw I am working with hybrid LabVIEW/MathScript here, so some of the function is easier to move to LabVIEW. There are some things that exist cleanly in MathScript that aren't as clean in "plain-G". Mode, for example.