Hello,
how do i get a two's complement of an integer in Matlab?
I want to get a 16 Bit two's complement vector of an integer.
It is not possible to use dec2binvec and adding a binary '1' afterwards. I get a '0001010001010102' as an example.
Does anybody know how it works?
Thanks a lot...
Hi,
i have two plots in one figure. Now i want to calculate the sum of those to plots and show it in the same figure.
Is it possible to add 2 plots graphically in matlab?
Does matlab take interpolated values?