photo

TM Abir Ahsan


Last seen: 1 year 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

5 个提问
0 个回答

Cody

0 个问题
1 个答案

排名
209,423
of 300,417

声誉
0

贡献数
5 个提问
0 个回答

回答接受率
60.0%

收到投票数
0

排名
 of 20,961

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
106,039
of 168,731

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前

提问


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 years 前 | 2 个回答 | 0

2

个回答