|
226 | 226 | - [endsWith](./string/endsWith.md) |
227 | 227 | - [int2str](./string/int2str.md) |
228 | 228 | - [isletter](./string/isletter.md) |
| 229 | + - [isspace](./string/isspace.md) |
229 | 230 | - [isStringScalar](./string/isStringScalar.md) |
230 | 231 | - [mat2str](./string/mat2str.md) |
231 | 232 | - [matches](./string/matches.md) |
|
420 | 421 | - [rosser](./elementary_functions/rosser.md) |
421 | 422 | - [rot90](./elementary_functions/rot90.md) |
422 | 423 | - [round](./elementary_functions/round.md) |
| 424 | + - [shiftdim](./elementary_functions/shiftdim.md) |
423 | 425 | - [sign](./elementary_functions/sign.md) |
424 | 426 | - [size](./elementary_functions/size.md) |
425 | 427 | - [sqrt](./elementary_functions/sqrt.md) |
|
510 | 512 | - [diff](./linear_algebra/diff.md) |
511 | 513 | - [eig](./linear_algebra/eig.md) |
512 | 514 | - [expm](./linear_algebra/expm.md) |
| 515 | + - [gradient](./linear_algebra/gradient.md) |
513 | 516 | - [inv](./linear_algebra/inv.md) |
514 | 517 | - [isbanded](./linear_algebra/isbanded.md) |
515 | 518 | - [ishermitian](./linear_algebra/ishermitian.md) |
|
528 | 531 | - [subspace](./linear_algebra/subspace.md) |
529 | 532 | - [svd](./linear_algebra/svd.md) |
530 | 533 | - [trace](./linear_algebra/trace.md) |
| 534 | + - [vecnorm](./linear_algebra/vecnorm.md) |
531 | 535 |
|
532 | 536 | - [statistics](./statistics/README.md) |
533 | 537 |
|
534 | 538 | - [corrcoef](./statistics/corrcoef.md) |
535 | 539 | - [cov](./statistics/cov.md) |
536 | 540 | - [mean](./statistics/mean.md) |
| 541 | + - [normpdf](./statistics/normpdf.md) |
537 | 542 | - [var](./statistics/var.md) |
538 | 543 |
|
539 | 544 | - [polynomial_functions](./polynomial_functions/README.md) |
540 | 545 |
|
| 546 | + - [deconv](./polynomial_functions/deconv.md) |
541 | 547 | - [poly](./polynomial_functions/poly.md) |
542 | 548 | - [polyder](./polynomial_functions/polyder.md) |
543 | 549 | - [polyfit](./polynomial_functions/polyfit.md) |
|
558 | 564 | - [mag2db](./signal_processing/mag2db.md) |
559 | 565 | - [pow2db](./signal_processing/pow2db.md) |
560 | 566 | - [sinc](./signal_processing/sinc.md) |
| 567 | + - [xcorr2](./signal_processing/xcorr2.md) |
561 | 568 | - [zp2tf](./signal_processing/zp2tf.md) |
562 | 569 |
|
563 | 570 | - [slicot](./slicot/README.md) |
|
594 | 601 | - [dot](./special_functions/dot.md) |
595 | 602 | - [factor](./special_functions/factor.md) |
596 | 603 | - [gamma](./special_functions/gamma.md) |
| 604 | + - [gammaln](./special_functions/gammaln.md) |
597 | 605 | - [gcd](./special_functions/gcd.md) |
598 | 606 | - [interp1](./special_functions/interp1.md) |
599 | 607 | - [peaks](./special_functions/peaks.md) |
|
819 | 827 | - [colorbar](./graphics/colorbar.md) |
820 | 828 | - [colormap](./graphics/colormap.md) |
821 | 829 | - [colstyle](./graphics/colstyle.md) |
| 830 | + - [contour](./graphics/contour.md) |
| 831 | + - [contour3](./graphics/contour3.md) |
822 | 832 | - [cool](./graphics/cool.md) |
823 | 833 | - [copper](./graphics/copper.md) |
824 | 834 | - [copygraphics](./graphics/copygraphics.md) |
|
1053 | 1063 |
|
1054 | 1064 | - [dynamic_link](./dynamic_link/README.md) |
1055 | 1065 |
|
| 1066 | + - [Build C/C++ code on the fly](./dynamic_link/1_c_cpp_build_on_fly.md) |
| 1067 | + - [Supported C/C++ compilers](./dynamic_link/2_supported_compilers.md) |
1056 | 1068 | - [cmake](./dynamic_link/cmake.md) |
1057 | 1069 | - [configuremingw](./dynamic_link/configuremingw.md) |
1058 | 1070 | - [configuremsvc](./dynamic_link/configuremsvc.md) |
|
1084 | 1096 | - [libpointer_used](./dynamic_link/libpointer_used.md) |
1085 | 1097 | - [loadcompilerconf](./dynamic_link/loadcompiler.md) |
1086 | 1098 | - [removecompilerconf](./dynamic_link/removecompilerconf.md) |
1087 | | - - [Supported C/C++ compilers](./dynamic_link/supported_compilers.md) |
1088 | 1099 | - [vswhere](./dynamic_link/vswhere.md) |
1089 | 1100 |
|
1090 | 1101 | - [mex](./mex/README.md) |
|
1151 | 1162 | - [iscom](./com_engine/iscom.md) |
1152 | 1163 |
|
1153 | 1164 | - [control_system](./control_system/README.md) |
| 1165 | + |
1154 | 1166 | - [abcdchk](./control_system/abcdchk.md) |
1155 | 1167 | - [acker](./control_system/acker.md) |
1156 | 1168 | - [append](./control_system/append.md) |
|
1212 | 1224 | - [tfdata](./control_system/tfdata.md) |
1213 | 1225 | - [tzero](./control_system/tzero.md) |
1214 | 1226 | - [zero](./control_system/zero.md) |
| 1227 | + |
| 1228 | +- [python_engine](./python_engine/README.md) |
| 1229 | + - [pyargs](./python_engine/pyargs.md) |
| 1230 | + - [pyenv](./python_engine/pyenv.md) |
| 1231 | + - [pyrun](./python_engine/pyrun.md) |
0 commit comments