photo

TM Abir Ahsan


Last seen: 1년 초과 전 2021년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

5 질문
0 답변

Cody

0 문제
1 답안

순위
251,316
of 300,364

평판
0

참여
5 질문
0 답변

답변 채택
60.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
105,843
of 168,407

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Solver
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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 ...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 4년 전 | 답변 수: 2 | 0

2

답변

질문


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...

거의 4년 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


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:...

거의 4년 전

질문


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)==...

거의 4년 전 | 답변 수: 2 | 0

2

답변