Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
how can i get 65=.0003?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
the cyclist
il 24 Apr 2015
Oh, fine:
y = round(sort(roots([1 (x/0.003)+[-270 27129 -1215982 20433656]])))'
Joseph Cheng
il 24 Apr 2015
Or... back on topic is the person looking for how to perform a table lookup?
Risposte (0)
Questa domanda è chiusa.
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!