could you please tell me how to minimize the comman window as much i can

조회 수: 2 (최근 30일)
mehmet salihi
mehmet salihi 2021년 5월 20일
답변: Kartikay Sapra 2021년 5월 23일
my table result is long little and i want to snap the output table, is there another way than minimize the command window,
  댓글 수: 3
mehmet salihi
mehmet salihi 2021년 5월 22일
actually i seaarced for such a method but i did not find it easily. any recommendation please

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

답변 (1개)

Kartikay Sapra
Kartikay Sapra 2021년 5월 23일
writetable(table,"output.xlsx")
% OR
writetable(table,"output.csv")
% OR
writetable(table,"output.txt")
You can store the output in a file and then access that file to see the output, the file would be formed in the same directory.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by