Strings are enclosed in quotes, and can be assigned as values to variables. You can join multiple strings with the strcat function. octave> astr="a"; bstr="b"; ...
確定! 回上一頁