Statistica
11 Domande
0 Risposte
RANK
36.155
of 300.364
REPUTAZIONE
1
CONTRIBUTI
11 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
54.55%
VOTI RICEVUTI
1
RANK
of 168.407
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
How to do iteration using while loop?
step 1 clc; gb=3;gs=8;s=gb;b=gs; Eg=[50 100 150 175 200 250 300]; Egm=mean(Eg); P=[20 15 10 5 1 0.5 0.1]; Ns = []; ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Doubt in matlab coding
I want to get the output of this concept: that is, if Eg>Egm then output is Ns =5,6,7 Otherwise if Eg<Egm output as Nb=1,2,3...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
How to correct the code?
phis=3;phib=8; cons=-.95:0.5:10;% for plotting Eg=[-2.9583 5.2519 -6.5456 5.2455 -0.4883 -7.0614];% for 6 prosumers xi=[1 1 1...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Error'incorrect dimensions for matrix multiplication'
phis=3;phib=8; zeta=-.95:0.5:10; Eg=[-2.9583 5.2519 -6.5456 5.2455 -0.4883 -7.0614 -6.5562]; xi=[1 1 1 1 1 1]; for n=1:1:6 ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
How to plot the optimal point of an objective function
I want to maximise the optimization model ∑F with respect to x,y.But this function has different values for two conditions: F=y...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
How to maximise the objective function with constraints and plot the solution
I want to maximise the objective function with respect to x function=a*ln(1+x)+b(c-x) subjected to constraints : x,min<=x<=x,m...
oltre 3 anni fa | 2 risposte | 1
2
risposteDomanda
"Check for incorrect argument data type or missing argument in call to function 'symsum'".Why this error ?
While write this summation equation "∑_(j=1)^4=〖(x_ij^k+V^k)〗"using symsum shown this error 'Check for incorrect argument data t...
oltre 3 anni fa | 0 risposte | 0
0
risposteDomanda
write equation in for loop
I have to update this equation Pij^(k+1)=[Pij^k-a^k*(xij^k-yij^k)]+ where i represents row, j represents coloumn and k represe...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
How to plot a graph with a set of updated values from the for loop?
I have to plot a graph with number of iterations on the x axis and the updated values for each iterations(ie, set of values) in ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
How to write equations in matlab coding.
how to write this equation containing sigma summation function in mathlab code language.
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
Can anyone tell me how to communicate a value of variable from a for loop to another for loop
I have a doubt.I want to communicate the updated value of a variable from the previous for loop to the next for loop.How could b...
quasi 4 anni fa | 1 risposta | 0

