I tried to compile the gui, there is an error message after running
"serialization of COM object failed 'Shockwave Flash Object' could not be restored to its previous state
make sure files test3_actvex1 is in the same directory as your GUI."
Hello,
I am trying to run the windrose function but I get an error :'Undefined function or variable 'lon'. Moreover, it is written : inputs I,D, BUT I only see I,V in the example. what V is? And where could I find I to change it?
thank you
Ok i figured it out
For GUI use this:
axes(handles.axes2);
myAx = gca;
wind_rose(D,I,'parent',myAx);
This will use the GUIDE window you have set. It will look a bit funny though in that window but it works.
I have trouble added in the my gui. In my OpeningFnc I do:
axes(handles.axes2);
wind_rose(dataProd(:,6),dataProd(:,9),'n',12,'quad',0,'legtype',1,handles.axes2);
Is this wrong? It justs draws the rose very large in the middle of the program window. I want it to be plotted in the axes called axes2. Or do i need to scale it? (can i scale the size?)
Comment only