Fahmy Shandy
Followers: 0 Following: 0
Estadística
16 Preguntas
0 Respuestas
CLASIFICACIÓN
193.409
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
16 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
56.25%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ');...
casi 5 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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+...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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; ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 2 respuestas | 0