filmov
tv
MATLAB: String Functions - introduction to series (1 of 9)

Показать описание
Introduction to a series of videos to cover some useful string functions in MATLAB. If you want me to review any other string functions, be sure to comment and I will add them to this series!
Note about Strings in MATLAB:
'strings' with apostrophes are character arrays where each character is a 1x1, so the word 'strings' would be a 1x7 character array (data type: char)
"strings" with quotes are string arrays which appeared in MATLAB version R2016b/R2017a these string arrays behave more like cell arrays, so the word "strings" would be a 1x1 string array (data type: string)
#MATLAB #strings #stringfunctions #learntocode #engineeringstudent #engineeringstudents #engineering #engineer #coding #code #programming #program
Note about Strings in MATLAB:
'strings' with apostrophes are character arrays where each character is a 1x1, so the word 'strings' would be a 1x7 character array (data type: char)
"strings" with quotes are string arrays which appeared in MATLAB version R2016b/R2017a these string arrays behave more like cell arrays, so the word "strings" would be a 1x1 string array (data type: string)
#MATLAB #strings #stringfunctions #learntocode #engineeringstudent #engineeringstudents #engineering #engineer #coding #code #programming #program