필터 지우기
필터 지우기

results in Table Form

조회 수: 1 (최근 30일)
sama
sama 2015년 2월 4일
답변: Image Analyst 2015년 2월 4일
Hello. I am working with a 2*1000 matrix and a for loop. at the end I get my results in 1*1000 matrix forms. let say for example A, B, C and D are my results and each one has 1000 arrays. How can I put them in a table please?

답변 (1개)

Image Analyst
Image Analyst 2015년 2월 4일
Do you mean a table data type? Use table().
Do you mean a grid/spreasheet type of control? Use uitable().
Do you just mean to print it out to a file or command window? Use fprintf().

카테고리

Help CenterFile Exchange에서 Tables에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by