Since 4/14/2012 2:57:55 AM, paulscot45 has written 5 articles and participated in 0 conversations. paulscot45 signature: paulscot45
paulscot45's articles:
Items(5) /1
Matrix to Column vector2170 (6/18/2010 3:47:54 AM) comp.soft-sys.matlab Could some please give the code to convert a matrix into a column vector.. as in 'vec' operator functions.
eg: A=[1 2; 3 4]
vec(A)= [1 2 3 4]'
Thanks & Regards
... DSPtree
Integration #23164 (5/23/2010 4:29:13 PM) comp.soft-sys.matlab Question) x = exp(−3.5t) for 0 < t < 2
0.1 · exp(15 − t)for 15 < t < 20
0, elsewhere
is this the way to do it or what?
p=quad('exp(-3.5*t)',0,2);
q=int('0.1*exp(15-t)',1... DSPtree
Multiple display6123 (5/9/2010 7:07:05 AM) comp.soft-sys.matlab need to display
'z' is some random value. its a part of another program.
Now I want to display the result as m1,m2,m3,m4,m5,m6. how would i do it? shall i use another for loop? but whats the format then? o... DSPtree