Info

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

Multiplication operation is not working efficiently

1 vue (au cours des 30 derniers jours)
D.J
D.J le 26 Août 2018
Clôturé : Stephen23 le 26 Août 2018
Hi all, I am trying to convert data from hPa to Pa by multiplying 100, but I don't seem to get the correct answer. Also, I am not sure why do I get asterisk after calculating the first entry, which seems to me affecting the rest of the entries! P.S. I tried to use(.) still not working. Here is my code. Many thanks
TestData2 = importfile('TestData1.xlsx','Sheet1','A1:F31');
hPa=TestData2(1:31,6) %Pressure at 9m in hPa
Pa=hPa*100
  2 commentaires
Aquatris
Aquatris le 26 Août 2018
How is this different than your previous question?

Réponses (0)

Cette question est clôturée.

Community Treasure Hunt

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

Start Hunting!

Translated by