Community Profile

photo

Fahmy Shandy


Last seen: casi 4 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


What does it mean? (ODE solution)
<</matlabcentral/answers/uploaded_files/312785/Screenshot_20200609-095604_MATLAB.jpg>> Can you explain to me, why was the out...

casi 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to select legend in multiple subplot?
And Suppose i have 3 programs in one script. I have 4 subplot and each subplot holds 3 graph. In total, so i have 12 graph. And...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Why 999^999-999^999 is NaN?
The reason i'm asking this because of i'm working on Adam-Bashforth with 20 steps. It has a big number. Maybe has 20 digits? I d...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to continue subplot within for loop to another for loop?
I'm referring to this question : <https://www.mathworks.com/matlabcentral/answers/359396-subplots-within-for-loops Subploot w...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to add plot in the outside with 2 for loop ?
Suppose i have 2 for loop in my script. The last for loop is continue the previous for loop and so does the plot. And i know ...

más de 4 años hace | 2 respuestas | 0

2

respuestas

Pregunta


my plotting in for loop running slow (7th Adam Bashfort/6th Adam Moulton and 7th Runge kutta
I have this program. This program is about to solve ODE system and i'm using 7/6 Steps ABM and RK4 as my start value. please tr...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Please correct my MATLAB code about Seventh Order Adam-Bashforth-Moulton for solving ODES (Edit: With ANOTHER EXAMPLE)
clear all; close all; clc; disp('======================================='); disp(' ADAM-BASHFORTH-MOULTON SEVEN STEPS ');...

más de 4 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Force stop the program if the input doesn't satisfies some conditions
Suppose I have a program. And i want to always input the number, that is less or equal than 0,01. I mean, it always $x \leq 0,01...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to collect a fraction in a certain equation?
Suppose i have this equation : >> syms a b c d e >> f=(a/3)+(b/3)+(c/3)+(d/3)+(e/3) f = 1/3*a+1/3*b+1/3*c+...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


An explicit Runge Kutta of Fourteen Order code
I need an explicit Runge-Kutta Method of order fourteen code (In M.File) for solving my ODE system, I think, it's enough for...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


For Loop involving n-substitution and creating it as a row vector
Hi, I have this problem: Edit : Sorry there is a big typo, if you spot my another typo please tell me. syms x n=in...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Substitution on symbolic function
I have this program syms t x0=input('x0= '); x1=input('x1= '); x2=input('x2= '); y=input('input your function o...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Simple question about creating row vector
I want to make a row vector like this d= 2 f=(d^(0:5)) And i want the result is something like this ans...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Choose my k-term from matrix and defines by itself on for loop
Suppose i have n×1 matrix before, (column vector), namely "x1" (i'm defining this matrix with x1). I can't write my x1 because o...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to force reshape for change elements?
m=input('z= '); n=m+1; for i=1:n x(i)=input(['x',num2str(i),'= ']) for k=0:m x1=x(i)^k; ...

más de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Short Question about Multiple cases in for end
I want to make multiple commands in "for loop" like this for j=1:10 && k=0:9 && m=1:11 && n=1:1 x(j)^k + m -2*n e...

más de 4 años hace | 2 respuestas | 0

2

respuestas