Improfile changing colour of plot

Hello, does anyone know if its possible to change the colour of a plot created by improfile?

 採用された回答

Setsuna Yuuki.
Setsuna Yuuki. 2020 年 12 月 2 日
編集済み: Setsuna Yuuki. 2020 年 12 月 2 日

0 投票

You can try:
%Example Mathwork
I = imread('liftingbody.png');
x = [19 427 416 77];
y = [96 462 37 33];
[a,b,c] = improfile(I,x,y);
%I added this lines
figure
plot3(b,a,c,'r')
view(45,45)
Original
with plot3()

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File Exchange2-D and 3-D Plots についてさらに検索

製品

リリース

R2020b

タグ

質問済み:

2020 年 12 月 2 日

コメント済み:

2020 年 12 月 3 日

Community Treasure Hunt

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

Start Hunting!

Translated by