photo

javad amoli


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


I want to plot my outputs , X vector is text format ( for example 10/3/2015-8:00-8:15 ) and my Y vector is number . how should i plot them ? I got error on text format
I got error on text format , seem that both of the vector must be number . another Q : how can I change the shape of the grap...

6 years ago | 1 answer | 0

1

answer

Question


I want my code to read from a csv file, the csv file (dee1) has 2 columns which the first one is Time_stamps and second one is load value . but the output of the function only read time_stamps. what should I do to fix it ?
function [load_time_stamp, load_value]=get_the_actual_demand_data() filename = 'dee1.csv'; delimiter = ','; startRow ...

6 years ago | 1 answer | 0

1

answer

Question


what is this eror and what does it mean and how can i solve it ?
what is this eror and what does it mean and how can i solve it ? ((Error using datenum (line 178) DATENUM failed. Error i...

6 years ago | 1 answer | 0

1

answer

Question


"Error using xlsread, Worksheet 'Sheet1' not found. " I have this eror and I don't know why. I have the sheet and it's in the folder which I have my script and functions.
<</matlabcentral/answers/uploaded_files/104026/Untitled.png>> I attached the eror in Png Error using xlsread (line 247) W...

6 years ago | 2 answers | 0

2

answers

Question


here is my codes and erors, I don't know what this erors mean ?
*Erors* Undefined function or variable "Current_time_actual_load". Error in obtain_current_week_data_dt>obatin_current_wee...

6 years ago | 2 answers | 0

2

answers

0

answers

Question


How can I solve the eror " Error using textscan Invalid file identifier. Use fopen to generate a valid file identifier. " for this code ?
function [load_time_stamp, load_value]=get_the_actual_demand_data() filename = 'dee1.csv'; delimiter = ','; startRow = 2; ...

6 years ago | 0 answers | 0

0

answers