javad amoli
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
106,265
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
28.57%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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
answerQuestion
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
answerQuestion
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 ago | 1 answer | 0
1
answerQuestion
"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 ago | 2 answers | 0
2
answersQuestion
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 ago | 2 answers | 0
2
answersQuestion
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 ago | 0 answers | 0
0
answersQuestion
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 ago | 0 answers | 0