From a0a61dd21dfac0bc2f1d5c4ca4226a17082a779f Mon Sep 17 00:00:00 2001 From: dmcmahill Date: Tue, 1 Nov 2005 03:55:38 +0000 Subject: import mex-wcalc-0.9 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. --- cad/mex-wcalc/MESSAGE | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cad/mex-wcalc/MESSAGE (limited to 'cad/mex-wcalc/MESSAGE') diff --git a/cad/mex-wcalc/MESSAGE b/cad/mex-wcalc/MESSAGE new file mode 100644 index 00000000000..b39a1242012 --- /dev/null +++ b/cad/mex-wcalc/MESSAGE @@ -0,0 +1,9 @@ +=========================================================================== +$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}'); + +=========================================================================== -- cgit v1.2.3