Feeds
提问
READ from text file
I have one text file "123.txt" which contains around 1000 numbers in one column. 1.234560000 0.345678700 2.090909909 ...
14 years 前 | 1 个回答 | 0
1
个回答提问
How to convert Fractional And MINUS decimal values to BINARY numbers
HI I want to convert dec numbers like -1.234769 into binary numbers. by using function Fr_dec2bin.m posted over here... I am...
14 years 前 | 1 个回答 | 0
1
个回答提问
Regarding POLYFIT function in MATLAB
k=1:1:100; a=log2(k); p2 = polyfit(k,a,2); *{which create graph for all the values and make an 2nd order equation to r...
14 years 前 | 1 个回答 | 0
