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

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:
YOu can access variables of table T using T.(1), T.(2) etc,.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

도움말 센터File Exchange에서 Characters 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