photo

Md Shahidul Alam


Last seen: 5년 초과 전 2015년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

7 질문
1 답변

순위
36,501
of 300,364

평판
1

참여
7 질문
1 답변

답변 채택
57.14%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


IIR filter coefficients calculation
I'm trying to design a 'butterworth', 'bandpass' IIR filter using MATLAB. I used _designfilt_ function to design the filter. So ...

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

1

답변

질문


How to solve ODE for varying input using ode23 ?
I'm trying to solve a RC circuit using ode23. For my case the input is varying with time. Here u is my input vector. % func...

대략 9년 전 | 답변 수: 1 | 1

1

답변

질문


How to write the function of RK4 for 28*28 matrix size
I want to solve a first order ODE using RK4 method. My equation is dT/dt = C\(P(:,i)- G*(T-Tamb)). here C is diagonal capacitanc...

대략 9년 전 | 답변 수: 0 | 0

0

답변

질문


I have a dynamic system. The equation is ddot = (M)\(F - K*d); Where M,K are (4,4) constant matrix and F and d are vector. I want to solve this equation using ODE45.
In my case The force vector F is variable. The values are changing with time. So to solve ode I've used a for loop. To update th...

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

1

답변

질문


In pdetool for heat transfer, the heat source Q is not a fixed value for me. Suppose I've matrix for Q or a sinusoidal. So how can I set the the value of Q for a variable heat source.
I've a 2d 4 multicorechip. Where each core has different power values and those values are changing with time. These power value...

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

1

답변

질문


In PDE tool What is the difference between Convection heat transfer coefficient(h) and heat transfer coefficient(q)? I know Convection heat transfer coefficient( htc ) but not sure about heat transfer coefficient. Is it the overall htc of the object?
Additionally I've encountered another two problems: 2. In BC parameters, what is weight(h) and temperature(r)? Could you ple...

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

1

답변

답변 있음
in MATLAB PDE Toolbox App, I've multiple objects (Rectangular shaped) in one file. For multiple objects I'd like to specify the PDE coefficients differently. How can I specify the different PDE coefficients for different objects.
Additionally I've encountered another 3 problem. 1. What is the difference between Convection heat transfer coefficient(h) a...

10년 초과 전 | 0

질문


in MATLAB PDE Toolbox App, I've multiple objects (Rectangular shaped) in one file. For multiple objects I'd like to specify the PDE coefficients differently. How can I specify the different PDE coefficients for different objects.
As an example, I have 3 rectangular shaped objects. They share the boundary with each other. I'd like to calculate the heat tran...

10년 초과 전 | 답변 수: 2 | 0

2

답변