string_format_bad.m:022: Mismatched format and values in call to function string_format_bad.m:022: `string.format'/2: string_format_bad.m:022: There is no first conversion specifier, but there is string_format_bad.m:022: an input. string_format_bad.m:024: Mismatched format and values in call to function string_format_bad.m:024: `string.format'/2: string_format_bad.m:024: The first conversion specifier uses the specifier string_format_bad.m:024: character `d', but the corresponding input is a string_format_bad.m:024: string. The only specifier applicable to strings is string_format_bad.m:024: %s. string_format_bad.m:027: Mismatched format and values in call to predicate string_format_bad.m:027: `io.format'/4: string_format_bad.m:027: The first conversion specifier uses the specifier string_format_bad.m:027: character `d', but the corresponding input is a string_format_bad.m:027: string. The only specifier applicable to strings is string_format_bad.m:027: %s. string_format_bad.m:028: Mismatched format and values in call to predicate string_format_bad.m:028: `io.format'/5: string_format_bad.m:028: The first conversion specifier uses the specifier string_format_bad.m:028: character `d', but the corresponding input is a string_format_bad.m:028: string. The only specifier applicable to strings is string_format_bad.m:028: %s. string_format_bad.m:029: Mismatched format and values in call to predicate string_format_bad.m:029: `stream.string_writer.format'/5: string_format_bad.m:029: The first conversion specifier uses the specifier string_format_bad.m:029: character `d', but the corresponding input is a string_format_bad.m:029: string. The only specifier applicable to strings is string_format_bad.m:029: %s. string_format_bad.m:030: Mismatched format and values in call to predicate string_format_bad.m:030: `io.format'/4: string_format_bad.m:030: The first conversion specifier uses the unknown string_format_bad.m:030: specifier character `w'. string_format_bad.m:039: Mismatched format and values in call to predicate string_format_bad.m:039: `io.format'/5: string_format_bad.m:039: The second conversion specifier uses the specifier string_format_bad.m:039: character `f', but the corresponding input is an string_format_bad.m:039: integer. The specifiers applicable to ints are %d, string_format_bad.m:039: %i, %o, %x, %X, %u, and %p. string_format_bad.m:044: Mismatched format and values in call to predicate string_format_bad.m:044: `io.format'/5: string_format_bad.m:044: The first conversion specifier uses the specifier string_format_bad.m:044: character `d', but the corresponding input is a string_format_bad.m:044: float. The specifiers applicable to floats are %f, string_format_bad.m:044: %e, %E, %g and %G.