Hey,
I have a made a fitted curve using and add it to a plot with
fitV = fit(t,Vchange, 'poly1')
plot(fitV)
But not my plot has a legend in the top right saying fitted curve. I want this legend removed but can not work out how to do it. I added a pic of the plot. Any help will be great. Cheers

 채택된 답변

Walter Roberson
Walter Roberson 2018년 3월 3일

2 개 추천

legend('hide')

댓글 수: 1

Nicholas Florent
Nicholas Florent 2018년 3월 3일
legend hide
thanks for that. so simple. I tried other stuff like legend off ...

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Interpolation에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by