History of file mttroot/mtt/lib/rep/sfun_rep/sfun.c.tmpl at check-in 534206b77a6dd943
2021-03-01
| ||
11:39 | Deleted: Cleanup repository after cvs2git conversion. check-in: [af3953deae] user: jeff@gridfinity.com, branch: master, size: 0 | |
2004-02-23
| ||
21:47 | [ 898904 ] Remove mex dependency for RTW file: [f43285b0f1] check-in: [f40162ac3d] user: geraint@users.sourceforge.net, branch: origin/master, size: 6803 [annotate] [blame] [check-ins using] [diff] | |
2003-10-20
| ||
17:10 | Deleted: Created tag version-0-1 check-in: [e62ad9467f] user: gawthrop@users.sourceforge.net, branch: origin/master, size: 0 | |
2003-03-10
| ||
12:07 |
Tracking Matlab's ever-changing API. Updated to Matlab 6.5: - removed mxSetName - mexGetArray -> mexGetVariable - mexPutArray -> mexPutVariable file: [313e83ce42] check-in: [cddb779670] user: geraint@users.sourceforge.net, branch: origin/master, size: 6699 [annotate] [blame] [check-ins using] [diff] | |
2002-06-18
| ||
18:04 | Relaxed solver tolerances. Now uses lsqnonlin instead of fsolve. file: [79b281c10a] check-in: [81c5547cbf] user: geraint@users.sourceforge.net, branch: origin/master, size: 6822 [annotate] [blame] [check-ins using] [diff] | |
2002-06-17
| ||
14:28 | c files now #include sys_cr.h. file: [f3d464f305] check-in: [168a121b9d] user: geraint@users.sourceforge.net, branch: origin/master, size: 6785 [annotate] [blame] [check-ins using] [diff] | |
2002-06-05
| ||
10:54 | #include "useful-functions.hh" added to files. file: [e8393fa8d4] check-in: [e168fd1202] user: geraint@users.sourceforge.net, branch: origin/master, size: 6732 [annotate] [blame] [check-ins using] [diff] | |
2002-05-27
| ||
14:52 |
Parameters in sfun reps are now declared using sympar.h at the top of the sfun*.c file instead of in individual functions. This causes the optimisation variables (mtt_tmp*) to be declared correctly without causing conflicts in the scope of parameter declarations. file: [129e85ea3e] check-in: [bdfbe12d56] user: geraint@users.sourceforge.net, branch: origin/master, size: 6701 [annotate] [blame] [check-ins using] [diff] | |
13:19 | Added "#include <math.h>". file: [11a0ec7435] check-in: [cbc3f2e90e] user: geraint@users.sourceforge.net, branch: origin/master, size: 6701 [annotate] [blame] [check-ins using] [diff] | |
2002-05-21
| ||
11:46 |
MTT input block "sys_sfun_input.mexglx" created to provide inputs from MTT input file to plant model within Simulink. The command "mtt sys sfun zip" now also creates a simple sys.mdl file which connects the input block to the plant block correctly. file: [dcace679aa] check-in: [f281078eb6] user: geraint@users.sourceforge.net, branch: origin/master, size: 6683 [annotate] [blame] [check-ins using] [diff] | |
2002-05-20
| ||
08:51 | Tidied generated code up a little bit. file: [fc7b63a944] check-in: [c699cea8d8] user: geraint@users.sourceforge.net, branch: origin/master, size: 7386 [annotate] [blame] [check-ins using] [diff] | |
2002-05-19
| ||
13:01 |
Added:
Numerical solution of algebraic equations implemented for S-function target.
Equation solving requires the Matlab Optimization Toolbox to be installed. Code has been changed from C++ to C to allow mex files to be built with LCC, Parameters are now obtained from numpar.c instead of a dialogue box. `mtt <sys> sfun zip` creates all necessary files for building the model mex files. file: [3726daca35] check-in: [062029b187] user: geraint@users.sourceforge.net, branch: origin/master, size: 7310 [annotate] [blame] [check-ins using] | |