Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how can i get 65=.0003?

3 ビュー (過去 30 日間)
parthasarathi ghorai
parthasarathi ghorai 2015 年 4 月 24 日
閉鎖済み: 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