Effacer les filtres
Effacer les filtres

Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

how can i get 65=.0003?

1 vue (au cours des 30 derniers jours)
parthasarathi ghorai
parthasarathi ghorai le 24 Avr 2015
Clôturé : MATLAB Answer Bot le 20 Août 2021
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 commentaires
the cyclist
the cyclist le 24 Avr 2015
Oh, fine:
y = round(sort(roots([1 (x/0.003)+[-270 27129 -1215982 20433656]])))'
Joseph Cheng
Joseph Cheng le 24 Avr 2015
Or... back on topic is the person looking for how to perform a table lookup?

Réponses (0)

Cette question est clôturée.

Tags

Aucun tag saisi pour le moment.

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by