Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Multiplication function not working correctly

조회 수: 1 (최근 30일)
D.J
D.J 2018년 8월 26일
마감: D.J 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! Here is my code. Many thanks Update: - I have already used (.) but I came up with the same result.
TestData2 = importfile('TestData1.xlsx','Sheet1','A1:F31');
hPa=TestData2(1:31,6) %Pressure at 9m in hPa
Pa=hPa*100
  댓글 수: 7
D.J
D.J 2018년 8월 26일
@Stephen Cobeldick. I didn't post the question multiple times. When i clicked "submit" the first time, there was a technical error from Matlab website itself. So, I had to repeat the process. Not really my fault !
Stephen23
Stephen23 2018년 8월 26일
편집: Stephen23 2018년 8월 26일
@D.J: please explain what "...but I don't seem to get the correct answer." actually means: how are you testing the output? What do you expect to get?

답변 (0개)

이 질문은 마감되었습니다.

Community Treasure Hunt

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

Start Hunting!

Translated by