필터 지우기
필터 지우기

Why can't matlab2tikz represent annotations, such as textarrow, on figures?

조회 수: 4 (최근 30일)
Nuno
Nuno 2013년 12월 9일
댓글: Nuno 2013년 12월 10일
Programe:
close all; clear all; clc
x=1:100; y=sin(x);
figure(1);
plot(x,y);
axis([0 100 -5 5]);
annotation('textarrow',[0.2 0.5],[0.2 0.5],'string','Note');
matlab2tikz('graph.tikz', 'height', '\figureheight', 'width', '\figurewidth');
Problem:
Warning: Don't know class 'scribe.textarrow'. Default handling.
> In matlab2tikz>userWarning at 4568
In matlab2tikz>drawHggroup at 2079
In matlab2tikz>handleAllChildren at 691
In matlab2tikz>drawAxes at 874
In matlab2tikz>saveToFile at 505
In matlab2tikz at 414
Thanks to all.
  댓글 수: 2
sixwwwwww
sixwwwwww 2013년 12월 9일
matlab2tikz is not a predefined function of MATLAB. Can you show the function itself to find the source of error within that function?
Nuno
Nuno 2013년 12월 10일
It's easier to send you the file with the functions. Thank you for your time.

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

채택된 답변

Walter Roberson
Walter Roberson 2013년 12월 9일
Questions about why it does or does not support something should be addressed to the author of the code. The File Exchange is code contributed by volunteers.

추가 답변 (1개)

Nuno
Nuno 2013년 12월 10일
OK, and Thank you for the information.

카테고리

Help CenterFile Exchange에서 Printing and Saving에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by