|
15 | 15 | * [abort](./interpreter/abort.md) |
16 | 16 | * [break](./interpreter/break.md) |
17 | 17 | * [continue](./interpreter/continue.md) |
18 | | - * [dbstack](./interpreter/dbstack.md) |
19 | 18 | * [for](./interpreter/for.md) |
20 | 19 | * [function](./interpreter/function.md) |
21 | 20 | * [if](./interpreter/if.md) |
|
69 | 68 | * [which](./functions_manager/which.md) |
70 | 69 |
|
71 | 70 |
|
| 71 | +* [debugger](./debugger/README.md) |
| 72 | + * [dbstack](./debugger/dbstack.md) |
| 73 | + |
| 74 | + |
72 | 75 | * [error_manager](./error_manager/README.md) |
73 | 76 | * [error](./error_manager/error.md) |
74 | 77 | * [lasterror](./error_manager/lasterror.md) |
|
128 | 131 | * [isequalto](./elementary_functions/isequalto.md) |
129 | 132 | * [isfinite](./elementary_functions/isfinite.md) |
130 | 133 | * [isinf](./elementary_functions/isinf.md) |
| 134 | + * [ismissing](./elementary_functions/ismissing.md) |
131 | 135 | * [isnan](./elementary_functions/isnan.md) |
132 | 136 | * [ldivide](./elementary_functions/ldivide.md) |
133 | 137 | * [le](./elementary_functions/le.md) |
|
202 | 206 | * [isreal](./types/isreal.md) |
203 | 207 | * [issingle](./types/issingle.md) |
204 | 208 | * [issparse](./types/issparse.md) |
| 209 | + * [isstring](./types/isstring.md) |
205 | 210 | * [isstruct](./types/isstruct.md) |
206 | 211 | * [isuint16](./types/isuint16.md) |
207 | 212 | * [isuint32](./types/isuint32.md) |
|
213 | 218 | * [char](./string/char.md) |
214 | 219 | * [contains](./string/contains.md) |
215 | 220 | * [count](./string/count.md) |
| 221 | + * [deblank](./string/deblank.md) |
216 | 222 | * [endsWith](./string/endsWith.md) |
217 | 223 | * [int2str](./string/int2str.md) |
218 | 224 | * [mat2str](./string/mat2str.md) |
|
224 | 230 | * [strcmp](./string/strcmp.md) |
225 | 231 | * [strcmpi](./string/strcmpi.md) |
226 | 232 | * [strfind](./string/strfind.md) |
| 233 | + * [string](./string/string.md) |
| 234 | + * [strings](./string/strings.md) |
227 | 235 | * [strlength](./string/strlength.md) |
228 | 236 | * [strncmp](./string/strncmp.md) |
229 | 237 | * [strncmpi](./string/strncmpi.md) |
|
275 | 283 | * [cell](./data_structures/cell.md) |
276 | 284 | * [cell2struct](./data_structures/cell2struct.md) |
277 | 285 | * [cellfun](./data_structures/cellfun.md) |
| 286 | + * [cellstr](./data_structures/cellstr.md) |
278 | 287 | * [fieldnames](./data_structures/fieldnames.md) |
279 | 288 | * [getfield](./data_structures/getfield.md) |
280 | 289 | * [iscellstr](./data_structures/iscellstr.md) |
|
0 commit comments