javad amoli
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
"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...
7 years 前 | 2 个回答 | 0
2
个回答提问
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...
7 years 前 | 2 个回答 | 0
2
个回答提问
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_...
7 years 前 | 0 个回答 | 0
0
个回答提问
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; ...
7 years 前 | 0 个回答 | 0