Why can't matlab2tikz represent annotations, such as textarrow, on figures?
Mostra commenti meno recenti
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.
Risposta accettata
Più risposte (1)
Nuno
il 10 Dic 2013
0 voti
Categorie
Scopri di più su MATLAB Mobile Fundamentals in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!