已回答
Datatype problem and pointers for a .DLL
Yeah! I have returned with an answer this time. The error causes due to declration problem of this line DWORD handlesensor, LPC...

5 years 前 | 1

已回答
Datatype problem and pointers for a .DLL
I have IFD2421 sensor connected over TCP/IP and mine is working fine. You did the same thing and the error should not come. Sorr...

5 years 前 | 0

提问


Multiple legend location in figure
Hi, I have a code similar to below where I want to put the legends at different location. This code is running well in 2014b but...

6 years 前 | 0 个回答 | 0

0

个回答

提问


Only last legend command is working while using multiple legend command using plotyy
My code looks like this: n=-180:180; x=(pi/180).*n; y=sin(x); y2=sin(x).*cos(x); y3=cos(x); [ax h1 h2]=plotyy(n,y,n,y2) h...

6 years 前 | 1 个回答 | 0

1

个回答