Apply grid for figure
29 ビュー (過去 30 日間)
古いコメントを表示
Dear
I want to apply grid for 4 parts of the regression figure and I use this code
nntraintool('plot','plotregression')
set(findall(gcf,'-property','FontSize'),'FontSize',10)
grid on;
But only grid appear in the last figure (the forth figure I marked with yellow color). Could you help me ? Many thank![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/287418/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/287418/image.png)
3 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Subplots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!