at15 / mk-fld

A MATLAB program that use M-K model to calculate FLD and FLSD
Apache License 2.0
3 stars 2 forks source link

The real solver #10

Open at15 opened 8 years ago

at15 commented 8 years ago

This issue will block #7 and #9

Functionality

at15 commented 8 years ago

for command line arguments, simply assign values when call will create var in workspace and this is accessible by the script. ie

inputFile='E:\workspace\src\github.com\at15\mk-fld\server\a.fldin';logFile='E:\workspace\src\github.com\at15\mk-fld\server\b.log';cd('E:\workspace\src\github.com\at15\mk-fld\src\solver');run('E:\workspace\src\github.com\at15\mk-fld\src\solver\fld_solver_main.m');exit;