Community Tip - You can change your system assigned username to something more personal in your community settings. X
i have to write a program for getting a text document as output. The output form is attached. Please help me in this guys
Solved! Go to Solution.
Use the File Output component and select tab-delimited format ...
Use the File Output component and select tab-delimited format ...
how can i combine the vectors of different array size to a single matrix.. I tried augmented matrix but it will only for same array size.
What exactly are you trying to do? There are several ways round this problem; one is to pad the end of each vector with zeros and then augment them, another is to write a short program that will augment them.
Stuart
Actually i need to represent the coordinates of system.For each x value, there are 20 y points. Like this i am having 9 x points. So i should get an output text document like the attached one.
OK, that's just a variant of my original program ...
Stuart