I have several variables that are in row form. I would like to write a script that will transpose these variables into column form and then combine write them into one csv file with each variable in a separate row. I have been able to export them individually in row form using csvwrite, but I'm not sure if I'm able to manipulate and combine variables with this or if I need to use writematrix instead. However, when I try to use this, it gives me the error: Undefined function or variable 'writematrix'.
1 Comment
Direct link to this comment
https://in.mathworks.com/matlabcentral/answers/458792-transpose-combine-several-variables-using-csvwrite-or-writematrix#comment_698735
Direct link to this comment
https://in.mathworks.com/matlabcentral/answers/458792-transpose-combine-several-variables-using-csvwrite-or-writematrix#comment_698735
Sign in to comment.