photo

lubna Iraq


Last seen: 5 years ago Active since 2021

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
194,765
of 301,432

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
16.67%

VOTES RECEIVED
0

RANK
 of 21,280

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,555

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Attempt to execute SCRIPT Reward as a function: V(m,n)= Reward([Tr(m); en(n)], actions(bestind)) + gamma*Vbest;
close all clear all clc load ('En1.mat') load ('Tr.mat') global en %Energy load state. global Tr %Indoor temp....

5 years ago | 1 answer | 0

1

answer

Question


Attempt to execute SCRIPT Reward as a function: V(m,n)= Reward([Tr(m); en(n)], actions(bestind)) + gamma*Vbest;
close all clear all clc load ('En1.mat') load ('Tr.mat') global en %Energy load state. global Tr %Indoor temp....

5 years ago | 1 answer | 0

1

answer

Question


Unrecognized function or variable 'Reward'. How to create reward function
V(m,n)= Reward([Tr(m); en(n)], actions(bestind)) + gamma*Vbest;

5 years ago | 1 answer | 0

1

answer

Question


how to solve this: Unable to perform assignment because the size of the left side is 1-by-48 and the size of the right side is 0-by-0. How can I make the right side like the left side for this {u(1,:)=2*ON*abs(cns-action); }
clear all close all clc load ('En1.mat') load ('Tr.mat') global en %Energy load state. global Tr %Indoor temp....

5 years ago | 1 answer | 0

1

answer

Question


Unable to perform assignment because the size of the left side is 1-by-48 and the size of the right side is 0-by-0. Error in model u(1,:)=2*ON*abs(cns-action);
clear all close all clc load ('En.mat') load ('Tr.mat') global en %Energy load state. global Tr %Indoor temp. ...

5 years ago | 2 answers | 0

2

answers

Question


Unable to perform assignment because the size of the left side is 1-by-48 and the size of the right side is 0-by-0.
model(action) Unable to perform assignment because the size of the left side is 1-by-48 and the size of the right side is 0-by...

5 years ago | 1 answer | 0

1

answer