Info

此问题已关闭。 请重新打开它进行编辑或回答。

how can i get 65=.0003?

1 次查看(过去 30 天)
parthasarathi ghorai
关闭: MATLAB Answer Bot 2021-8-20
if [.003 .006 .009 .012] is an array, how can i get [65 67 68 69] ,that means .003=65;.006=67 so on.how can i get this?
  9 个评论
the cyclist
the cyclist 2015-4-24
Oh, fine:
y = round(sort(roots([1 (x/0.003)+[-270 27129 -1215982 20433656]])))'
Joseph Cheng
Joseph Cheng 2015-4-24
Or... back on topic is the person looking for how to perform a table lookup?

回答(0 个)

此问题已关闭。

标签

尚未输入任何标签。

产品

Community Treasure Hunt

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

Start Hunting!

Translated by