photo

TM Abir Ahsan


Last seen: plus d'un an il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

5 Questions
0 Réponses

Cody

0 Problèmes
1 Solution

RANG
152 851
of 300 369

RÉPUTATION
0

CONTRIBUTIONS
5 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
60.0%

VOTES REÇUS
0

RANG
 of 20 936

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
105 865
of 168 436

CONTRIBUTIONS
0 Problèmes
1 Solution

SCORE
20

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Solver
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

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

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 4 ans il y a | 1 réponse | 0

1

réponse

Question


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

presque 4 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 4 ans il y a | 1 réponse | 0

0

réponse

A résolu


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

presque 4 ans il y a

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

presque 4 ans il y a | 2 réponses | 0

2

réponses