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

Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X

Display more values for a range in the resulting matrix

SFares
12-Amethyst

Display more values for a range in the resulting matrix

Hello,

 

How can i make the displayed values in the resulting matrix show all the input values, and also show all the resulting calculation to show all the results. if you look at the number of input rows for load is more than calculated value for Load( matrix on right). it shows few dots. I have uploaded mathcad15 sheet. Even the following caluclations in the same sheet have the same issue. I could expand them to show all values.

 

Thanks,

Sam

SFares_0-1609709029294.png

 

1 ACCEPTED SOLUTION

Accepted Solutions
LucMeekes
23-Emerald III
(To:SFares)

Most probably by separating the assignment and the evaluation. So instead of:

Load := (Load) * kip =

you write:

Load := (Load) * kip

Load =

 

Success!
Luc

View solution in original post

3 REPLIES 3
LucMeekes
23-Emerald III
(To:SFares)

Most probably by separating the assignment and the evaluation. So instead of:

Load := (Load) * kip =

you write:

Load := (Load) * kip

Load =

 

Success!
Luc

SFares
12-Amethyst
(To:LucMeekes)

Thank you Luc!

 

I never knew that made a difference in the evaluation display.

 

Regards,

Sam

LucMeekes
23-Emerald III
(To:SFares)

You don't want to know all the havoc that combining an assignment and evaluation in one expression can create.

 

Success!
Luc

Top Tags