str2double
📝 Syntax
📥 Input argument
📤 Output argument
📄 Description
💡 Example
R = str2double('2.6 + 3j')
R = str2double('+NaNi')
R = str2double({'2.71' '3.1415'})
R = str2double(["2.71" "3.1415"])
🔗 See also
🕔 History
Version
📄 Description
Last updated