フィルターのクリア

How to resize subplot?

52 ビュー (過去 30 日間)
sourabh mittal
sourabh mittal 2018 年 11 月 30 日
回答済み: KSSV 2018 年 11 月 30 日
I have 1*2 subplot. i want to resize it and i want a tight layout pdf of it. please help
h= subplot(1,2,1);
sol1= ode23t(@function_1,[0,100],Ic]);\
plot(sol.x,sol.y)
hold
g= subplot(1,2,2);
sol2= dde23(@function_2,5,@delayhist,[0,100]);
plot(sol.x,sol.y)
  2 件のコメント
madhan ravi
madhan ravi 2018 年 11 月 30 日
what do you mean by "resize it" and "tight layout" exactly?
sourabh mittal
sourabh mittal 2018 年 11 月 30 日
My 1*2 subplot has more width, i want to reduce the width of subplot. and i want pdf(not in A4 size) of the subplot.

サインインしてコメントする。

回答 (1 件)

KSSV
KSSV 2018 年 11 月 30 日

カテゴリ

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