Suganthi D
Followers: 0 Following: 0
MATLAB
Statistiques
RANG
35 610
of 295 569
RÉPUTATION
1
CONTRIBUTIONS
5 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
1
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
optimization in smart energy management system.I have used MILP algorithm but i got infeasible solution no point satisfy the constraints.how could i sort out these issues.
clc % Load all the datas LoadDemand=[0.1 0.5 0.4 3 5 3 3.5 0.1 0.1 1 3 2 2.3 2.3 2 2.5 5 6 7 6.5... 4 2.5 2.3 0.1]; % Hom...
plus d'un an il y a | 2 réponses | 0
2
réponsesQuestion
Hi , I get the following error using intlinprog : The number of columns in Aeq must be the same as the length of f. anyway to overcome it?Error using intlinprog (line 135)
clc; close all; clear all; soc=[30,20,25,45,48,27,29,34,36,29]; %soc minsoc = 20; maxsoc = 90; pevmax=10*1e3; pevmin=1*1...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
How to store the existing value in a array format. Here I have given the charging and discharging limits but it does not check it properly. can anyone help me to sort out this
i_soc=30 %soc charging % i_soc=90 %soc discharging ev_a=5 %ev entering time ev_d=9 % ev leaving time pevchg=3 % EV...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
soc estimation for fully charged Electric vehicles
SOC(i) = SOC(i −1) + x(i −1). pch / enEV . pch=6.6; % charging/discharging power enEV=30; % battery capacity i dont know how ...
plus de 2 ans il y a | 1 réponse | 1
1
réponseQuestion
To minimize the charging cost of electric vehicles
clc; clear all; close all; timelen=0:10:50; finaltime=timelen; for kgen=1:23 finaltime=[finaltime kgen*100+timelen]; ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseNeed help to create matlab script to convert currency
how to convert USD value to INR ...pls help me ..i have attached my code here.. These are the USD values 0.0548 , 0.1050,0.1541...
plus de 2 ans il y a | 0
Index exceeds the number of array elements
good Morning professors, can anyone help me to sort out this problem.. Index exceeds the number of array elements (127)....
plus de 2 ans il y a | 0
Error in code, "Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error. To construct matrices, use brackets instead of parentheses. "
clc; clear all; close all; disp('Household consumption data'); filename=input('enter the file name:','s'); eval(filename); ...
environ 3 ans il y a | 0
How to write a code for varying step size ?
Hi professor , a very happy morning. I have written a code for step input variation for 10 houses ..Time for 24 hours. But i do...
environ 3 ans il y a | 0