Resize plot merged with an imagesc figure

1 回表示 (過去 30 日間)
Raúl
Raúl 2013 年 4 月 4 日
Hi all,
My code generates two different figures one an matrix using imagesc which is resized using the part of code
i = magic(10)
imagesc(i)
imagesc(10:10:100, 10:10:100,i)
by Doug Hull
The other figure is a plot lineseries type generated from two vectors.
I obtain this figure
And I would like to get this example:
This is my part of code related with plot
plot(x,y,'-rd')
Could somebody help me?
Thanks a lot.
Raúl.

回答 (0 件)

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by