inputname
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
function R = getinputname(varargin)
R = string([]);
for i = 1:nargin
R = [R, string(inputname(i))];
end
end🔗 See also
🕔 History
Version
📄 Description
Last updated