Improfile changing colour of plot

조회 수: 2 (최근 30일)
Jason
Jason 2020년 12월 2일
댓글: Jason 2020년 12월 3일
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일
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개)

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by