Feeds
已回答
How to change axes linewidth?
Get the handle of the Axes and change all you want: H=gca; H.LineWidth=1; %change to the desired value
How to change axes linewidth?
Get the handle of the Axes and change all you want: H=gca; H.LineWidth=1; %change to the desired value
5 years 前 | 2
提问
Mex and digraph in C++
does anybody now how to create digraph and point an mxArray in C++ to it? In the doc nothing was stated about graphs, digraphs ...
6 years 前 | 2 个回答 | 0