Gistlib Logo

gistlib

please display 'cat' text in matlab

To display the text 'cat' in MATLAB, you can use the disp function:

main.m
disp('cat');
13 chars
2 lines

This will output 'cat' in the MATLAB command window.

similar matlab code snippets

convert string to json in matlab
how to find number of substring in a string in matlab
convert boolean expression to a string in matlab
create a word search solver in matlab
find list of distict 5 letter english words in matlab
convert boolean condition on array to string in matlab
determine the number of whitespace characters in a string in matlab
boolean condition on array to string in matlab
use a string in matlab
call a method of a class and pass in a string as input in matlab

related categories

matlab
string

gistlibby LogSnag