Posts

Showing posts with the label string

Strings in Matlab help

Image
Strings in Matlab help . Each line is being saved into a string format and then gets searched for. How could i find out if there are any special characters in my string? Matlab Single Quote In String Embedded Tutorial MATLAB Tutorial Lession 25 GNU Octave from normans-blog31.blogspot.com Input = textscan (fid, '%s', 'delimiter', '\n'); Str = 'find the starting indices of substrings in a character vector'; It would be slightly more complicated if you were looking for something with more than one character, or you weren't sure if there was exactly one @, and in that case matlab.