You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Helpful MathCAD How-Tos from the Fall 2008 Design Team

Scrolling Faster

holding CRTL while you scroll will scroll by page

Creating Relative References:

1. Go to Insert>Reference
2. Click on Browse>Find file to reference>Click Open
3. Click box Use relative path for reference

Creating Links between objects in mathcad file:

1. Right click on object you want to link to
2. Select properties
3. Enter a name in the Tag box
4. Select object you want to link from
5. Hit Ctrl K to insert Hyperlink
6. Insert #Tag in <Link to file or URL > where Tag is the name entered in step 3.

To refresh links when files have been updated:

1. Save file where changes were made.
2. In file that references file from step 1. select the reference and hit F9.
**also works to recalculate a math regions
****CTRL F9 will recalculate a page

To Keep fields in order:

1. Go to >Format>Align Regions>
2. Chose either Across or Down

To change background color of an object

1. right click on object
2. Go to Properties
3. Select highlight region
4. Choose color

To create a list box

1. Go to insert>control>listbox>next
2. select the display height
3. Insert name, which user will see
4. Set values, which will be returned when chosen
decide if you want the page to recalculate when a different value is selected
5. Hit Enter
6. Give list box a name
7. Right click on listbox, click hide agruments

To solve a system of equations

1. type Given
2. below type equations using the boolean operator
i.e. R=(1+T) T=(2*R)
3. below that type Find(T,R)
4. type regular = to solve explicitly or
5. click -> in programming menue to solve symbolically

Helpful keyboard shortcuts

to get

type this

row subscript

[

greek character

Ctrl g (after a regular letter)

... (for indexing)

;

:= (equal sign for definitions)

:

How to put a MathCAD sheet on the wiki

MathCAD files can be posted on the wiki by placing them in the correct folder on the eswserver. You can do this by mapping the drive from the AguaClara lab computers. The mapping is to \\eswserver\mathcadserver\ and the user name and password is the same as for the default aguaclara account. When naming the file don't use any spaces.

To insert the worksheet into a wiki page use the following link notation where the only thing that is changed is the filename and the brackets.

{iframe:height=500|width=1000|src=http://eswserver.cee.cornell.edu/mas/worksheets/[filename]?TemplatePath=worksheets/mathweb.mlt}{iframe}

For example below is a worksheet to design the Flow Controller.

Unknown macro: {iframe}

Interfacing an Excel Spreadsheet into Matchcad / Tables in Mathcad

The following Mathcad file explains how tables are created in Mathcad and how to import tables from Excel.  From this tutorial, you can also learn how to pull individual columns out of a table for calculations and graphing.
Tables Tutorial

  • No labels