Akzeptierte Antwort

madhan ravi
madhan ravi am 19 Dez. 2018
Bearbeitet: madhan ravi am 19 Dez. 2018

0 Stimmen

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 Kommentare

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 am 20 Dez. 2018
Anytime :)

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by