Aug 26, 2010 #1 tomislav1 Civil/Environmental Joined Feb 20, 2009 Messages 4 Location HR Hi, is it possible to print just variable value? For example I get the reusult F1= 15 kN and F2=20kN, then I want mathcad to print just "15 kN < 20 kN". Is it possible? Thank you. Tomislav
Hi, is it possible to print just variable value? For example I get the reusult F1= 15 kN and F2=20kN, then I want mathcad to print just "15 kN < 20 kN". Is it possible? Thank you. Tomislav
Aug 26, 2010 #2 jghrist Electrical Joined Jul 16, 2002 Messages 4,226 Location US You can use a text box to do this. You would use the num2str function to get the values of F1 and F2. See the Developer's Reference | Mathsoft Controls | TextBoxes under Help Upvote 0 Downvote
You can use a text box to do this. You would use the num2str function to get the values of F1 and F2. See the Developer's Reference | Mathsoft Controls | TextBoxes under Help