Refine by Content Type

Refine by Category

Refine by Time Frame

image thumbnail

updated 10 months ago

String representations for most data types by Rody Oldenhuis

Generate string representations of all Matlab data types, and most user-defined classes. (conversion to string, string manipulation, string conversion)

toString(var, varargin)

image thumbnail

updated 1 year ago

Generate a subdirectory listing from a path string. by DS

PATH_PARTS returns a listing of strings representing subdirectories parsed from a path string. (directory, subdirectory, path)

path_parts(S)

image thumbnail

updated 1 year ago

Read numbers from a string. by DS

The function PARSE_NUMBERS applies SSCANF to read numbers from delimited string. (sscanf, string conversion, strread)

parse_numbers(s,varargin)

image thumbnail

updated 1 year ago

Convert an A1-style spreadsheet column label to a number. by DS

ABC2NUM translates an A1-style (absolute) column label reference to a number; NUM2ABC does inverse. (excel, spreadsheet, string conversion)

abc2num(S)

num2abc(D)

Contact us