Jan 31, 2012 #1 zhag2010 Mechanical Joined Jan 31, 2012 Messages 3 Location US I want to convert the excel formula... =B5&", "&C5&", "&D5 .... to mathcad. Where B5 C5 and D5 are values. I do not want it as a matrix... just a simple output with the values B5 C5 and D5 separated by commas or something. Thank you.
I want to convert the excel formula... =B5&", "&C5&", "&D5 .... to mathcad. Where B5 C5 and D5 are values. I do not want it as a matrix... just a simple output with the values B5 C5 and D5 separated by commas or something. Thank you.
Jan 31, 2012 #2 IRstuff Aerospace Joined Jun 3, 2002 Messages 44,895 Location US As described in Mathcad help, you have a number of string functions, notably concat and num2str Is this for school? TTFN faq731-376 Upvote 0 Downvote
As described in Mathcad help, you have a number of string functions, notably concat and num2str Is this for school? TTFN faq731-376
Feb 23, 2012 Thread starter #3 zhag2010 Mechanical Joined Jan 31, 2012 Messages 3 Location US I used a combination of those functions thanks! No it is not for school Upvote 0 Downvote