mathcad
mathcad
(OP)
I badly need help, I am trying to copy data from excel to mathcad, but I couldn't when i click paste the mathcad gives me this massage "the memory is not enough" i have mathcad 13 and office 2000 please help me..
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
|
RE: mathcad
a) From [insert] menu, select [component],[excel] and click "from file"
b) Browse and select the excel file name.
c) Set the input to 0 and output to 1.
d) Select from excel the first and last cell. Ex A2:D5
e) Assign a variable name to the matrix. Ex M
The data is know stored as an array Mi,j. Ex the element in the first row and first column is stored as M0,0.