Community Profile

photo

Fahmy Shandy


Last seen: 거의 4년 전 2019년부터 활동

통계

  • Thankful Level 3

배지 보기

Content Feed

보기 기준

질문


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...

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

1

답변

질문


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...

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

1

답변

질문


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...

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

2

답변

질문


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...

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

1

답변

질문


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 ...

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

2

답변

질문


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...

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

1

답변

질문


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 ');...

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

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

1

답변

질문


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+...

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

1

답변

질문


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...

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

1

답변

질문


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...

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

1

답변

질문


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...

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

1

답변

질문


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...

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

1

답변

질문


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...

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

1

답변

질문


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; ...

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

1

답변

질문


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...

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

2

답변