1

プロット画像をメモリに取り込む方法は? を使用しようとしていますgetframeが、失敗しています

>> plot(h)
>> myhandle=plot(h)

myhandle =

  174.0044

>> myframe=getframe(myhandle)
Error using graph2d.lineseries/get
The name 'Units' is not an accessible property for an instance of class 'lineseries'.

Error in getframe>Local_getRectanglesOfInterest (line 138)
  if ~strcmpi(get(h, 'Units'), 'Pixels')

Error in getframe (line 56)
  [offsetRect, absoluteRect, figPos, figOuterPos] = ...
4

1 に答える 1