Feeds
提问
How to divide a data arry into blocks like this using a FOR loop?
How to divide a data array into blocks like this using a FOR loop? Please consider my sample code: a = -1-j; b = 2-j; % ...
11 years 前 | 3 个回答 | 0
3
个回答提问
fundamental principle of multiplication
i have 4 numbers as a row vector, p=[ 1 -1 j -j ]; Now, total number of different 4 digit numbers formed using elements of "...
11 years 前 | 3 个回答 | 0
3
个回答提问
Thanksgiving note to the MATLAB People
I do not know where to say this but I really want to express my earnest appreciation to The MathWorks® and its User Community. ...
11 years 前 | 0 个回答 | 4
0
个回答提问
Regarding Virus found in a .dll file in Matlab-2013a
F-Secure Antivirus 2013 found a virus named as: Gen:Variant.Kazy.249057 (virus) in •C:\Program Files\MATLAB\R2013a\bin\wi...
11 years 前 | 1 个回答 | 0
1
个回答提问
generating zeros and ones with equal probability
to generate 0s and 1s with equal prob. (probability=.5), i used >> rand(1,4) > .5 and if i use this >> rand (1,4) <...
11 years 前 | 3 个回答 | 0
3
个回答提问
how to find the sum terms in of binomial expansion
I need to find the sum of few terms in binomial expansion...more precisely i need to find the sum of this expression: ...
11 years 前 | 2 个回答 | 0