Ignore output values of a function or array when indexing
To ignore the output values of the function at any position in the argument list, use the tilde operator. For example, ignore the first output value with a tilde. [~,name,ext] = fileparts(helpFile); You can ignore any number of function output values with the tilde operator.
What should be done in mathcad to make this matlab function?
Google translate
Translated by - Anurag Singh
Date - 03/23/2023
Para ignorar los valores de salida de la función en cualquier posición de la lista de argumentos, utilice el operador de tilde. Por ejemplo, ignore el primer valor de salida con una tilde. [~,name,ext] = fileparts(helpFile); Puede ignorar cualquier número de valores de salida de la función con el operador de tilde.
Que se debe hacer en mathcad para hacer esta funcion de matlab?

