How to convert a table to a string or character vector

I am doing a cross correlation and it says "Error using input, The first argument to INPUT must be a string or character vector."
The data I was using is in a table. How do I convert a table to a string or character vector?

3 Comments

If you have a table, T, then what do you expect input(T) to do for you?
Try referring to the following documentation to learn more about input function:
YOu can access variables of table T using T.(1), T.(2) etc,.

Sign in to comment.

Answers (0)

Categories

Asked:

on 7 Mar 2019

Edited:

on 11 Mar 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!