rayleighhchan object

2 次查看(过去 30 天)
Bahareh
Bahareh 2011-9-5
Hello all,
I'm working with h=rayleighchan() object. Can anybody tell me how I can create a matrix of h with specific size? i.e. [h h ...h] I've tried h*ones(2,5) but it's not working.

采纳的回答

Walter Roberson
Walter Roberson 2011-9-5
Try
repmat(h,2,5)
Also try
h25(1:2,1:5) = h;
  2 个评论
Bahareh
Bahareh 2011-9-6
Thanks Mr. Roberson.
I would be very grateful if you could please let me know how I can do mathematical operations on this object?
For example if would like to raise the power of h to 2? Is there any way to do it?
Thank you in advance.
Walter Roberson
Walter Roberson 2011-9-6
Sorry, I do not have that toolbox, so I am unable to experiment with it.

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Communications Toolbox 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by