Matlab "more" command: "q" doesn't always quit
古いコメントを表示
According to the help for "more", pressing "q" should stop the pager. It doesn't always work, when paging through:
more on
Tvarns = array2table( randi(100,200,2) , ...
'VariableNames',{'PROJECT' 'VARIANT' })
rowfun( @(x) size(x,1), ...
unique( Tvarns(:,{'PROJECT' 'VARIANT'}) ) , ...
'Grouping','PROJECT' , 'Input','VARIANT' )
% Input can be any column, since we just take size(x,1)
In Matlab 2019a, is there anything that one can do to break the paging?
5 件のコメント
weikang zhao
2021 年 3 月 12 日
ctrl+c
FM
2021 年 3 月 12 日
Jon Lubbers
2022 年 7 月 8 日
I have the same problem. "Q", ctrl+c, and the space bar all perform the same function. No key can end it. The only way is to page through to the end of the array, or kill Matlab completely.
Ileana
2022 年 10 月 21 日
I have the same issue and it is really annoying. How do we fix this?
FM
2022 年 10 月 21 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Logical についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!