
F.O
Followers: 0 Following: 0
Statistiques
30 Questions
0 Réponses
RANG
12 882
of 298 341
RÉPUTATION
4
CONTRIBUTIONS
30 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
86.67%
VOTES REÇUS
3
RANG
of 20 569
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 160 893
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Calculate Lyapunov spectrum for Lorenz system
Hello, I am trying to use the following code https://www.math.tamu.edu/~mpilant/math614/Matlab/Lyapunov/LorenzSpectrum.pdf to c...
plus de 4 ans il y a | 3 réponses | 0
3
réponsesQuestion
Plotting time series of ODE for several initial values in subplot
I am checking the stability of Equilibrium points for a system of 3 ODE numerically via ODE54 and need to plot the result for se...
environ 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Matlab gives wrong solution of a nonlinear system of equations.
I had bigger (6 equations) system of ODE and reduced it to the follwing system to check if we cand find equilibruim points . ...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
Solve a system of nonlinear equations with conditions
I have the follwing system of equation which I want to solve . How I will put conditions that all parameters shoud be positive a...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Error while solving a coupled system of ODE
I am trying to solve a system of 6 coupled ODE my function works but I dont know why calling ode45 doesnt work. My function i...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Solve and plot the phase portrait for van der pol ODE with time dependent term
I want to solve this system of ode by ode45 and then plot the x1 and x2 with t and phase portrait later but I got error which i ...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Draw the vector field and eigenvectors in the phase portrait for Van der Pol ODE
I have the follwing system which represent the Van der Pol oscillator with the inital condition and parameters are given. I draw...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
3 dimentions matrix Creation
Hei, I have this matrix A=[4 -1 1;4 -8 1;-2 1 5] And I want to add a third dinention (page) to it with only one elem...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Compute the partial derivative numerically
Hi, I want to compute the first and second partial derivative with respect to x, y for this function x0=0 y0=0 x=[-1:...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
find the position of en element if you have the increment
How i will find mathematically what is the position of the element correspounding z=-2 it is 21 but I cant find it mathematicall...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Putting a label on the colorbar in imagesc plot
Hello helpers, How I will put a label on the colorbar in the plot to show what it is actually representing ,there is nothing ab...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How I will change the line widith for to function in the same plot comand
Hello, How I will change the line width for two functions in the same plot command? or I will need to do it in a separate com...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
plane y=x
Hei , I want to drow this planes y=x,z=x,z=y in 3D using fsurf but dont know fow to set the function?
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Using greek letters as variables and as subscript in Matlab
I want to write two things : * first B and puttings theta as letter not word as subscripts * second : using lambda or other...
plus de 7 ans il y a | 1 réponse | 2
1
réponseQuestion
Using a variable as both output and input and writing a condition in a function
*Hei , I have this function* function [lambda, lambdap,phip] = Palaeomagfun(I ,D,lambda,lambdax,phix ) lambda=atan...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Stop some outputs of a function
%I have this function function [ B,H,Z,I ] = magfun( lambda ) r=6371*10^3 ; %in m u0=4*pi*10^-7 ; %in kg m A^-2 S^-2 ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
long title problem printing
Hei. I have written a long title for a plot but not all of it appears when saving it as pdf! any idea to fix this?
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Using condition in Function
Hei. I have this script: %% Problem 3 clear all %a) %DATA for Nazca-Pacific o1=13.6*10^-7 l1=55.6 p...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Plot a cyinder with height from one value to another
I want to plot a cylinder with height that goes from -4 to 4 and radius 2?
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
USING FOR LOOP TO PLOT SEVERAL LINES
L=[4:2:20]; %X coordintates for reflaction point x3=L/2; %Y coordinates for reflection point IS -5 %X coordinate for ...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
plot line segments on the same plot
I have 3 lines y=0,y=-6,y=-14 and have this points in the y=0 xs =[10.9412 17.6187 32.3200 77.3532] ys=[ 0 0 0 0]...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
Compute double sum or double integral throug sum
x=[-20:0.2:10]; y=[-10:0.2:5]; u2=-3*exp(-sqrt(x.^2+y.^2)/2) I want to sum this function from y=1 to the number of el...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Matlab and memory use
Hi, How I can compute how much RAM memory this matrix rand(500,500) take?
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Position of an element in a vector
Hi,I want to find the position not value of an element of a vector that meet equal a number, I have this vector z=[0:-0.01:-16]...
plus de 7 ans il y a | 4 réponses | 1
4
réponsesQuestion
plot a cube with to planes in on figure
I have a question about a tipple integral but it was difficult to visualize the integration region which is part of the cub 0<...
plus de 7 ans il y a | 1 réponse | 0
0
réponseQuestion
TABLE OF 2 ROWS AND 12 COLUMNS
Hi,I want to make a TABLE OF 2 ROWS AND 12 COLUMNS WITH YEAR IN THE FIRST ROW AND NUMBER OF EARTHQUAKES IN THE SECOND ROW. ...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
Improve my graph in matlab
Hi, I have drawn this graph but i want to improve it. It is rays that goes from one point to get reflected and come back to a po...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Intersection between a sphere x^2+y^2+z^2 =6 and paraboloid z=x^2+y^2
I want to draw both sphere x^2+y^2+z^2=6 and paraboloid z=x^2+y^2 in 3D to determine the integration region that is the solid re...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
For loop comand use
Hi,I want to compute the sum 2 + 4 + 6 + 8 + 10 + : : : + 100 by using For loop . Can anyone here thankfully help me out?
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
bar and histograms for categorical data
I have this vector and std =[ 0.4041 0.7670 1.0682 0.6582 0.0475] and these lyer=categoris [{'crust','upper mantle',...
plus de 7 ans il y a | 1 réponse | 0