Harry
Followers: 0 Following: 0
Programming Languages:
Python, C, MATLAB, Arduino, VHDL
Python, C, MATLAB, Arduino, VHDL
Feeds
已回答
Is there a way to extract the numeric data from these chars?
The data inside of Time variable are in time format like mm:ss. You can use datetime to extract them. new_T = datetime(Time(1:e...
Is there a way to extract the numeric data from these chars?
The data inside of Time variable are in time format like mm:ss. You can use datetime to extract them. new_T = datetime(Time(1:e...
3 years 前 | 0
已回答
i have a function and i need to find the output of the last value. y(n)=1/2*(y(n-1)+A^2/y(n-1)) 0<=n<=N-1 (N=30 A=4),When i run it says output arguments not assignet.
Hi Tasos, you have not assigned y to res whihc is your function output. I corrected your code in the following way: function ...
i have a function and i need to find the output of the last value. y(n)=1/2*(y(n-1)+A^2/y(n-1)) 0<=n<=N-1 (N=30 A=4),When i run it says output arguments not assignet.
Hi Tasos, you have not assigned y to res whihc is your function output. I corrected your code in the following way: function ...
3 years 前 | 0
已回答
Get max, min and precision of a fi
% A fixed-point object with no value, 18-bit word length, and 16-bit fraction length a = fi([],1,18, 16) % The easiest...
Get max, min and precision of a fi
% A fixed-point object with no value, 18-bit word length, and 16-bit fraction length a = fi([],1,18, 16) % The easiest...
3 years 前 | 0