How to plot one cell of size 1* 120 v/s other cell of size 1*120

2 次查看(过去 30 天)
There is one cell named freq with values from
'1855.0' '1857.6' '1860.2' '1862.8' '1865.4' '1868.0' '1870.6' '1873.2' '1875.8' '1878.4' '1881.0' '1883.6' '1886.2' '1888.8' '1891.4' '1894.0' '1896.6' '1899.2' '1901.8' '1905.0'
and other cell named tx_pow with values from
'22.95' '23.10' '23.15' '23.05' '23.05' '23.01' '22.94' '22.86' '22.76' '22.82' '22.88' '22.90' '22.97' '22.92' '22.83' '22.92' '22.95' '23.02' '22.97' '23.03' '23.98' '23.96' '24.03' '24.13' '24.12' '24.12' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00' '999999.00'
How to plot frequency v/s tx_pow?

采纳的回答

madhan ravi
madhan ravi 2019-1-4
plot(cell2mat(freq),cell2mat(tx_pow))
  6 个评论

请先登录,再进行评论。

更多回答(0 个)

类别

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

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by