|
113 | 113 | - [i18n](./i18n/README.md)
|
114 | 114 |
|
115 | 115 | - [gettext](./i18n/gettext.md)
|
| 116 | + - [i18nHelpers](./i18n/i18nHelpers.md) |
116 | 117 | - [poheader](./i18n/poheader.md)
|
117 | 118 |
|
118 | 119 | - [characters_encoding](./characters_encoding/README.md)
|
|
171 | 172 | - [double](./double/double.md)
|
172 | 173 | - [flintmax](./double/flintmax.md)
|
173 | 174 | - [realmax](./double/realmax.md)
|
| 175 | + - [realmin](./double/realmin.md) |
174 | 176 |
|
175 | 177 | - [data_structures](./data_structures/README.md)
|
176 | 178 |
|
|
185 | 187 | - [iscellstr](./data_structures/iscellstr.md)
|
186 | 188 | - [isfield](./data_structures/isfield.md)
|
187 | 189 | - [namedargs2cell](./data_structures/namedargs2cell.md)
|
| 190 | + - [num2cell](./data_structures/num2cell.md) |
188 | 191 | - [orderfields](./data_structures/orderfields.md)
|
189 | 192 | - [rmfield](./data_structures/rmfield.md)
|
190 | 193 | - [setfield](./data_structures/setfield.md)
|
|
212 | 215 |
|
213 | 216 | - [Accessing and Manipulating Tables in Nelson](./table/1_accessing_manipulating_table.md)
|
214 | 217 | - [Direct computation with Table](./table/2_direct_compution_with_table.md)
|
| 218 | + - [Read/Write table to files](./table/3_read_write_table.md) |
215 | 219 | - [array2table](./table/array2table.md)
|
216 | 220 | - [cell2table](./table/cell2table.md)
|
217 | 221 | - [head](./table/head.md)
|
|
265 | 269 | - [isStringScalar](./string/isStringScalar.md)
|
266 | 270 | - [isletter](./string/isletter.md)
|
267 | 271 | - [isspace](./string/isspace.md)
|
| 272 | + - [join](./string/join.md) |
268 | 273 | - [mat2str](./string/mat2str.md)
|
269 | 274 | - [matches](./string/matches.md)
|
270 | 275 | - [newline](./string/newline.md)
|
|
430 | 435 | - [ismatrix](./elementary_functions/ismatrix.md)
|
431 | 436 | - [isnan](./elementary_functions/isnan.md)
|
432 | 437 | - [isrow](./elementary_functions/isrow.md)
|
| 438 | + - [isscalar](./elementary_functions/isscalar.md) |
433 | 439 | - [istril](./elementary_functions/istril.md)
|
434 | 440 | - [istriu](./elementary_functions/istriu.md)
|
435 | 441 | - [isvector](./elementary_functions/isvector.md)
|
|
730 | 736 | - [datevec](./time/datevec.md)
|
731 | 737 | - [eomday](./time/eomday.md)
|
732 | 738 | - [etime](./time/etime.md)
|
| 739 | + - [hour](./time/hour.md) |
733 | 740 | - [leapyear](./time/leapyear.md)
|
| 741 | + - [minute](./time/minute.md) |
734 | 742 | - [now](./time/now.md)
|
| 743 | + - [second](./time/second.md) |
735 | 744 | - [sleep](./time/sleep.md)
|
736 | 745 | - [tic](./time/tic.md)
|
737 | 746 | - [time](./time/time.md)
|
|
973 | 982 | - [validators](./validators/README.md)
|
974 | 983 |
|
975 | 984 | - [mustBeA](./validators/mustBeA.md)
|
| 985 | + - [mustBeColumn](./validators/mustBeColumn.md) |
976 | 986 | - [mustBeFile](./validators/mustBeFile.md)
|
977 | 987 | - [mustBeFinite](./validators/mustBeFinite.md)
|
978 | 988 | - [mustBeFloat](./validators/mustBeFloat.md)
|
|
985 | 995 | - [mustBeLessThanOrEqual](./validators/mustBeLessThanOrEqual.md)
|
986 | 996 | - [mustBeLogical](./validators/mustBeLogical.md)
|
987 | 997 | - [mustBeLogicalScalar](./validators/mustBeLogicalScalar.md)
|
| 998 | + - [mustBeMatrix](./validators/mustBeMatrix.md) |
988 | 999 | - [mustBeMember](./validators/mustBeMember.md)
|
989 | 1000 | - [mustBeNegative](./validators/mustBeNegative.md)
|
990 | 1001 | - [mustBeNonNan](./validators/mustBeNonNan.md)
|
|
999 | 1010 | - [mustBeNumericOrLogical](./validators/mustBeNumericOrLogical.md)
|
1000 | 1011 | - [mustBePositive](./validators/mustBePositive.md)
|
1001 | 1012 | - [mustBeReal](./validators/mustBeReal.md)
|
| 1013 | + - [mustBeRow](./validators/mustBeRow.md) |
1002 | 1014 | - [mustBeScalarOrEmpty](./validators/mustBeScalarOrEmpty.md)
|
1003 | 1015 | - [mustBeText](./validators/mustBeText.md)
|
1004 | 1016 | - [mustBeTextScalar](./validators/mustBeTextScalar.md)
|
|
1017 | 1029 | - [stream_manager](./stream_manager/README.md)
|
1018 | 1030 |
|
1019 | 1031 | - [diary](./stream_manager/diary.md)
|
1020 |
| - - [dlmwrite](./stream_manager/dlmwrite.md) |
1021 | 1032 | - [fclose](./stream_manager/fclose.md)
|
1022 | 1033 | - [feof](./stream_manager/feof.md)
|
1023 | 1034 | - [ferror](./stream_manager/ferror.md)
|
|
1125 | 1136 | - [dlgenerateloader](./dynamic_link/dlgenerateloader.md)
|
1126 | 1137 | - [dlgeneratemake](./dynamic_link/dlgeneratemake.md)
|
1127 | 1138 | - [dlgenerateunloader](./dynamic_link/dlgenerateunloader.md)
|
| 1139 | + - [dlgetnelsonincludes](./dynamic_link/dlgetnelsonincludes.md) |
| 1140 | + - [dlgetnelsonlibraries](./dynamic_link/dlgetnelsonlibraries.md) |
1128 | 1141 | - [dllib_used](./dynamic_link/dllib_used.md)
|
1129 | 1142 | - [dllibinfo](./dynamic_link/dllibinfo.md)
|
1130 | 1143 | - [dllibisloaded](./dynamic_link/dllibisloaded.md)
|
|
1143 | 1156 | - [libpointer_reshape](./dynamic_link/libpointer_reshape.md)
|
1144 | 1157 | - [libpointer_setdatatype](./dynamic_link/libpointer_setdatatype.md)
|
1145 | 1158 | - [libpointer_used](./dynamic_link/libpointer_used.md)
|
1146 |
| - - [loadcompilerconf](./dynamic_link/loadcompiler.md) |
| 1159 | + - [loadcompilerconf](./dynamic_link/loadcompilerconf.md) |
1147 | 1160 | - [removecompilerconf](./dynamic_link/removecompilerconf.md)
|
1148 | 1161 | - [vswhere](./dynamic_link/vswhere.md)
|
1149 | 1162 |
|
|
1204 | 1217 | - [COM_xlsfinfo](./com_engine/COM_xlsfinfo.md)
|
1205 | 1218 | - [COM_xlsread](./com_engine/COM_xlsread.md)
|
1206 | 1219 | - [COM_xlswrite](./com_engine/COM_xlswrite.md)
|
1207 |
| - - [actxGetRunningSrv](./com_engine/actxGetRunningSrv.md) |
| 1220 | + - [actxGetRunningServer](./com_engine/actxGetRunningServer.md) |
1208 | 1221 | - [actxcontrollist](./com_engine/actxcontrollist.md)
|
1209 | 1222 | - [actxserver](./com_engine/actxserver.md)
|
1210 | 1223 | - [actxserverlist](./com_engine/actxserverlist.md)
|
|
1275 | 1288 | - [zero](./control_system/zero.md)
|
1276 | 1289 |
|
1277 | 1290 | - [python_engine](./python_engine/README.md)
|
| 1291 | + |
1278 | 1292 | - [The power of calling Python from Nelson](./python_engine/1_The_power_of_Python.md)
|
1279 | 1293 | - [How to install python package](./python_engine/2_How_to_install_python_package.md)
|
1280 | 1294 | - [Python Nelson types](./python_engine/3_python_types.md)
|
|
1283 | 1297 | - [pyenv](./python_engine/pyenv.md)
|
1284 | 1298 | - [pyrun](./python_engine/pyrun.md)
|
1285 | 1299 | - [pyrunfile](./python_engine/pyrunfile.md)
|
| 1300 | + |
| 1301 | +- [spreadsheet](./spreadsheet/README.md) |
| 1302 | + - [csvread](./spreadsheet/csvread.md) |
| 1303 | + - [csvwrite](./spreadsheet/csvwrite.md) |
| 1304 | + - [detectImportOptions](./spreadsheet/detectImportOptions.md) |
| 1305 | + - [dlmread](./spreadsheet/dlmread.md) |
| 1306 | + - [dlmwrite](./spreadsheet/dlmwrite.md) |
| 1307 | + - [readcell](./spreadsheet/readcell.md) |
| 1308 | + - [readmatrix](./spreadsheet/readmatrix.md) |
| 1309 | + - [readtable](./spreadsheet/readtable.md) |
| 1310 | + - [writecell](./spreadsheet/writecell.md) |
| 1311 | + - [writematrix](./spreadsheet/writematrix.md) |
| 1312 | + - [writetable](./spreadsheet/writetable.md) |
0 commit comments