
TM Abir Ahsan
Statistics
RANK
196,147
of 273,012
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 18,442
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Question
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 ...
8 months ago | 1 answer | 0
1
answerQuestion
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...
12 months ago | 1 answer | 0
1
answerQuestion
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...
1 year ago | 2 answers | 0
2
answersQuestion
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...
1 year ago | 0 answers | 0
0
answersSolved
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:...
1 year ago
Question
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)==...
1 year ago | 2 answers | 0