In MATLAB when we want to use a function with some outputs (more than one), and we use ~ instead of those that we do not want. For example like the following:\
[Output we need,~,~,~]=function name(input)
Now the question is , when using ~ means that these outputs do not construct (i.e. so faster in some cases) or just they are not as the output?