summaryrefslogtreecommitdiff
path: root/cad/mex-wcalc/MESSAGE
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2005-11-01 03:55:38 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2005-11-01 03:55:38 +0000
commita0a61dd21dfac0bc2f1d5c4ca4226a17082a779f (patch)
tree783b75ca38872457194bd59eb60bdd9a4e614760 /cad/mex-wcalc/MESSAGE
parentfe9c2fe65fc50737b80ff199def102e2a25ab8fa (diff)
downloadpkgsrc-a0a61dd21dfac0bc2f1d5c4ca4226a17082a779f.tar.gz
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.
Diffstat (limited to 'cad/mex-wcalc/MESSAGE')
-rw-r--r--cad/mex-wcalc/MESSAGE9
1 files changed, 9 insertions, 0 deletions
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}');
+
+===========================================================================