gistlib
other matlab categories
string-manipulation code snippets in matlab
check if string contains number 1 in matlab
clc ; clear ; s = 'program '; s (1:3: end ) = s ( end : -3:1); disp ( s ) in matlab
create a program to read in a string input from the user. based on the table below, generate one the responses randomly and print the response to the screen in matlab
how to strcat multiple strings inside a string in matlab
list all files in folder that contain the string "abc" inside in matlab
print first element of cell to screen with text in matlab
recreate a basic sscanf.m using regular expressions in matlab
split a string by each / in matlab
switch the case of letters so that 'hello' becomes 'hello' in matlab
gistlib
by LogSnag