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 件のコメント

Walter Roberson
Walter Roberson 2019 年 3 月 7 日
If you have a table, T, then what do you expect input(T) to do for you?
Pruthvi Muppavarapu
Pruthvi Muppavarapu 2019 年 3 月 11 日
編集済み: Pruthvi Muppavarapu 2019 年 3 月 11 日
Try referring to the following documentation to learn more about input function:
KSSV
KSSV 2019 年 3 月 11 日
YOu can access variables of table T using T.(1), T.(2) etc,.

サインインしてコメントする。

回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeCharacters and Strings についてさらに検索

質問済み:

2019 年 3 月 7 日

編集済み:

2019 年 3 月 11 日

Community Treasure Hunt

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

Start Hunting!

Translated by