photo

javad amoli


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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 ...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


"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...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


i have a problem with the first line of my code . I don't know what does it mean . "Error in obtain_current_week_data_dt>obatin_current_week_actual_load_data (line 64) Current_week_actual_load_data(1,1)=Current_time_actual_load;"
Current_week_actual_load_data(1,1)=Current_time_actual_load; temp1=Week_end_timestamp(1:10); temp2=Week_end_...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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; ...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten