Fractional-N
Full Member level 1
matlab define matrix
How to define a matrix of variables in matlab?
For example I want a matrix like:
a=[sin(t) cos(t);cos(t) sin(t)]
so that "t" be a variable, when I assign t=.5 it should give to me
[0.4796 0.8776;0.8776 0.4796]
how should I do that?
help me if u can! thanks!
How to define a matrix of variables in matlab?
For example I want a matrix like:
a=[sin(t) cos(t);cos(t) sin(t)]
so that "t" be a variable, when I assign t=.5 it should give to me
[0.4796 0.8776;0.8776 0.4796]
how should I do that?
help me if u can! thanks!