MATLAB: Text Input in Simulink

that

In M file I am able to give a Text Input and I can Do the processing in that, but this operation how can I perform in Simulink that I dont knw and had tried a lot but i am unable to found that block which can accept the Text like[Harris is good boy]should be the input . Please help me in finding the block in Simulink.

Best Answer

Simulink signals can only be numeric or buses (structures) comprising numeric types. Character data types are not allowed. Perhaps you could try representing your text in ASCII or some other binary form.