Converting a 1x1 cell array to a vector

I have a transfer function. Lets call it xfer. So,
I need to work with the individual coefficients in the denominator. When I call xfer.den, MATLAB returns a 1x1 cell array with all coeficients contained in a single cell seperated by commas. See snips below.
I would like to have this in either a 1x4, or 4x1, double like shown below
Is there a way to have matlab make this conversion? How do I call an individual coefficient ( i.e. xfer(3)=3 )

 採用された回答

KSSV
KSSV 2020 年 8 月 19 日

1 投票

Read about cell2mat.

1 件のコメント

Justin
Justin 2020 年 8 月 19 日
Thank you. This is very helpful. It the solution to my problem.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

製品

質問済み:

2020 年 8 月 19 日

コメント済み:

2020 年 8 月 19 日

Community Treasure Hunt

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

Start Hunting!

Translated by