photo

Mohammad Nour Mohammad


Last seen: 거의 2년 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
261,902
of 301,252

평판
0

참여
5 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,207

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 173,657

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


How can I merge these lines with different slopes between y intervals to be shown in a figure to create a composite curve?
clc; clear; close all; tic figure y=0:50:1000; x=0:0.1:2000; line([x(1),x(end)],[100,100],'color','k','linestyle','--') ...

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

0

답변

질문


how can I solve this exceeding matrix index? and what is wrong in my ode23s solver?
clear all clc global nx nz dx dz alphaf alphap vzf vzp km kf kp r eps chi mw R T0p T0f ruf rup cpf cpp nt dt % constant T0f...

대략 4년 전 | 답변 수: 2 | 0

2

답변

질문


How can I solve this partly ran PDE with explicit method which is ended in unmatched dimensions?
The main equation is: and the descritized one is as below: the boundry conditions are listed below: wich are descriti...

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

0

답변

질문


How can I equalize my vector length?
PC=250; FFB=PC; yph=0.1; for i=2:98 yph(1)=0.01; FG=3*PC*((1-yph(i-1))/(0.98-yph(i-1))); FE=(1/yph(i-1)-1)*0.02*FG; P...

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


In this code I come across with the initial guess as an answer but the correct answer must be about 1.94.
tc=507.6; %k pc=3.02; %Mpa w=0.301; p=1.67; %Mpa t=477.6; %k tr=t/tc; R=8.314*1e-6; ac=0.457235*(R*tc)^2/pc; k=0.37464+...

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

0

답변