a0a61dd21d
This is the Matlab frontend for the Wcalc transmission line analysis/synthesis calculator. You will need a working matlab installed on your system. In addition, currently only a native (non-emulation) matlab is supported.
9 lines
382 B
Text
9 lines
382 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1.1.1 2005/11/01 03:55:38 dmcmahill Exp $
|
|
|
|
To use, you will need to add something like the following to your
|
|
matlab/startup.m file in your home directory:
|
|
|
|
addpath('${PREFIX}/libexec/matlab/${WCALC_DIR}');
|
|
|
|
===========================================================================
|