Statistica
All
RANK
251.316
of 300.364
REPUTAZIONE
0
CONTRIBUTI
5 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
60.0%
VOTI RICEVUTI
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
I want to assign multiple arrays of data simultaneously to different variable
I want to assign multiple arrays of data simultaneously to different variable, but I think my syntax is wrong, Can anybody help ...
oltre 3 anni fa | 1 risposta | 0
1
rispostaDomanda
Code doesn't give any output.
I kind of coded a energy simulation, but I think I have some syntax issue for which the program is not showing any output. The d...
quasi 4 anni fa | 1 risposta | 0
1
rispostaDomanda
One of the constant input variable need to be changed based on previous step's output in ODE, Can anyone kindly help?
The following code (I have attached below) has been solved by a constant hot water input (Thwdin=85) to see a chambers temperatu...
quasi 4 anni fa | 2 risposte | 0
2
risposteDomanda
1 equation from a system of coupled ODE provides output which is used as input in the other equation of the coupled ODE.
Hotwater enters in one chamber and the temperature of the water at outlet is found by solving an ODE and a linear equation. I am...
quasi 4 anni fa | 0 risposte | 0
0
risposteRisolto
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
quasi 4 anni fa
Domanda
I want to input an array of odd/even mixed numbers like [ 1 2 3] and i want the output to be like [ odd even odd] . Added my code, its showing error, Can you tell me where i
A=[1 2 3 4;5 6 7 8;9 10 11 12]; p=size(A,1); q=size(A,2); S=zeros(3,4); for i=1:1:p for j=1:1:q if mod(A(i,j),2)==...
quasi 4 anni fa | 2 risposte | 0


