![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/27772761_1664788478120_DEF.jpg)
Syed Abdul Rafay
Followers: 0 Following: 0
Estadística
10 Preguntas
0 Respuestas
CLASIFICACIÓN
124.040
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
10 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
20.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
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...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
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=...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
alrededor de 2 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
alrededor de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 2 años hace | 1 respuesta | 0