Info

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

Multiplication operation is not working efficiently

1 回表示 (過去 30 日間)
D.J
D.J 2018 年 8 月 26 日
閉鎖済み: Stephen23 2018 年 8 月 26 日
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 件のコメント
Aquatris
Aquatris 2018 年 8 月 26 日
How is this different than your previous question?

回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by