Syed Abdul Rafay - MATLAB Central
photo

Syed Abdul Rafay


Last seen: 9ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 10/22 to 03/25Use left and right arrows to move selectionFrom 10/22Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

10 質問
0 回答

ランク
173,352
of 297,711

評判
0

コントリビューション
10 質問
0 回答

回答採用率
20.0%

獲得投票数
0

ランク
 of 20,465

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,406

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


Eigen Function for modes of natural frequency
clear all clc syms lambda syms x syms i rhoEpoxy = 1200; Em = 3e+09; R=5; E_L=70e+9; E_r=200e+9; rho_L=2702; rho_r=57...

約1年 前 | 1 件の回答 | 0

1

回答

質問


Accuracy of Integral and Integral2 functions
I am using integral functions but I am told the integral functions do have some inaccuracy when used. That's why my answers are ...

約1年 前 | 1 件の回答 | 0

1

回答

質問


For loop problem for matrix
This is my code I am trying to make a matrix where I can record the values when n value changes in columns and when k value chan...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


For Loop for Symbolic
syms lambda syms x syms i R=4; rho_L= 2702; rho_r= 5700; E_L= 70e+9; E_r= 200e+9; nu=3; A=zeros(R+1,R+1); for r=0:R ...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


I need help in Simulink SI Engine
I am trying to modify the simulink built in example. I am modifying SI engine. I added an extra turbo chrager and intercooler bu...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


RK 4 method for ODES
When I run this code it gives me error. I tried to change some value but no luck function RK4(a,b,N) if nargin<3, a=0; b=1; N=...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Steepest Ascent Method to find maximum
I am looking for a problem in my implementation for steepest ascent method. My answer is in a long equation form with h in it. B...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


Boole's Approximation
I checked my code several times but I can not find the mistake. There is a huge difference between the exact answer and Boole's ...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Array indices must be positive integers or logical values
clc f1= (-(3/5)*X(1))+((1/4)*X(2))+((1/4)*cos(X(3)))+1.43; f2= ((1/4)*X(1))-((3/5)*X(2))-((1/4)*sin(X(3)))-1.24; f3= ((1/4)*s...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Non linear Newton iteration method
Can anyone tell me problem in this code? i want to solve newton Iteration method where X(i+1) = x(i)-Jcbi inv*F(i) function NL...

2年以上 前 | 1 件の回答 | 0

1

回答