cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Include beam properties database

jlacruzandrade
1-Newbie

Include beam properties database

Hi Everyone

I would like to know how to include a database that allows me Mathcad Prime extract specific values to my calculations

EXAMPLE

Sin título22.png

AS THESE COULD TURN TABLES OF EXCEL AS FOLLOWS?

Sin título33.png

I'm starting to use this tool, I would greatly appreciate your help

3 REPLIES 3

Hello Jesus,

the database appears to be an excel sheet. If so, then use the READEXCEL function.

Since I'm using Mathcad 15, I can't demonstrate it to you right now. But you can search for it in the help menu. It should be straight forward.

Raiko

As Raiko have said, READEXCEL function works in mathCAD Prime as well. I use it for all of my steel sections.

An alternative is to import the data from excel, convert to prn format and save.  This works in Mathcad 15 and is more efficient than reading the excel each time.  I believe this is the same function in Prime 3.1.

Data := READPRN([filename.prn])

A

Top Tags