C = char( A ) converts the input array, A , to a character array. For instance, if A is a string, "foo" , c is a character array, 'foo' ...
確定! 回上一頁