채택된 답변

madhan ravi
madhan ravi 2018년 12월 19일
편집: madhan ravi 2018년 12월 19일

0 개 추천

x=1:733;
y=Ppvproto.PVPower(24:756);
plot(x,y,'.')% % if it doesn’t work upload your excel file which reveals the entire contents

댓글 수: 4

It seems the problem is because the numbers data from excel are written as string array instead of numerical/logical array.
Can I ask how to change it?
Try
str2double()
if it doesn't work please upload your excel file.
It works. Thank you : )
madhan ravi
madhan ravi 2018년 12월 20일
Anytime :)

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Community Treasure Hunt

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

Start Hunting!

Translated by