I am creating a function that needs to have two ouputs but I can only get it to output one or the other and not both at the same time. Here is the function
function [ljError ljValue] = ljud_eGet(ljHandle, IOType, Channel, ljValue, x1);
[ljError ljValue] =...