From: David on 16 Feb 2010 04:01 Hi, I am looking to make a realtime, multiseries graph. To do so, I'll be needing set and get to update the graph. However, with multiple series graph ie: graph=plot(x,y,x,z), if I get the plot data ie: data=get(graph,'YData'), I'll get 2 [1x10 double] cells. I tried making new data into cells (num2cell) and tried to set it ie: set(graph,'YData', newData), it gives ??? Error using ==> set Conversion to double from cell is not possible. I've also tried the hold on way to get multiple series in one plot. But with this way, the 'get' function only returns the last data series. Any help would be highly appreciated. Thanks!
|
Pages: 1 Prev: Prototype filter design for DFT polyphase filterbank Next: automatically update setpath |