s2y not working for 4x4 matrix

1 次查看(过去 30 天)
Gundars
Gundars 2017-3-10
Hi why s2t is working for 2x2 matrix but not for 4x4 matrix?
This is fine >> ola=[1 2;3 4]; >> s2t(ola);
this creates an error >> ola=[1 2 3;1 2 3;1 2 3]; >> s2t(ola)
Error using CheckNetworkData (line 90) S_PARAMS must be a complex 2x2xM array.
Error in s2t (line 24) CheckNetworkData(s_params, 2, 'S_PARAMS');
working on MATLAB R2014b
  2 个评论
Ganesh Hegade
Ganesh Hegade 2017-3-10
I think its because you are passing 3x3 matrix. As per the s2t function guideline input supposed to be 2x2 matrix. s2t
Gundars
Gundars 2017-3-10
Yup, you are right. s2t can handle only 2x2. I was imagined that there is no limitations for this function, as it is possible mathematically.
Thank you -> Ganesh Hegade

请先登录,再进行评论。

回答(1 个)

Ganesh Hegade
Ganesh Hegade 2017-3-13
I think its because you are passing 3x3 matrix. As per the s2t function guideline input supposed to be 2x2 matrix. s2t

类别

Help CenterFile Exchange 中查找有关 Resizing and Reshaping Matrices 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by