uint8
Convert array of type uint8 to string
dest = ascii2str(A)
example
dest = ascii2str(A) converts ASCII values in array A of type uint8 to a string.
dest
A
expand all
Return string "Hi!".
"Hi!"
A[0] = 72; A[1] = 105; A[2] = 33; dest = ascii2str(A);
Use in Stateflow® charts that use C as the action language.
str2ascii | strcpy