ispc
📝 Syntax
📤 Output argument
📄 Description
💡 Example
if ispc
disp('Your platform is Windows')
else
disp('Your platform is not Windows')
end🔗 See also
🕔 History
Version
📄 Description
Last updated