Answered
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...

4 years ago | 1

Answered
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...

4 years ago | 0

Question


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...

5 years ago | 0 answers | 0

0

answers

Question


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...

5 years ago | 1 answer | 0

1

answer