フィルターのクリア

How to make sizes of 3D subplots bigger?

4 ビュー (過去 30 日間)
Ahmed
Ahmed 2024 年 4 月 2 日
回答済み: Taylor 2024 年 4 月 2 日
I am using following command to plot 6 subplots but the subplots appears very smal in size. I want to appear a bigger in size and aos want to reduce horizotal space between two plots. How to change figure code?
figure,subplot(321);
fvc = isocaps((ip),0.0);
patch(fvc,'FaceColor','interp','EdgeColor','none') %interp
%colorbar;
view(-40,30)
daspect([0.5 0.8 0.9])
colormap((jet)); clim([0 1.65e7])

回答 (1 件)

Taylor
Taylor 2024 年 4 月 2 日
tiledlayout will give you greater control over the spacing of the plots than subplot.

カテゴリ

Help Center および File ExchangeSubplots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by