Statistics
RANK
23,507
                          
                          
of 300,381
                        
REPUTATION
2
                           
                        
CONTRIBUTIONS
                          1 Question
                          1 Answer
ANSWER ACCEPTANCE 
                            0.0%
                        
VOTES RECEIVED
1
RANK
 of 20,941
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168,477
CONTRIBUTIONS
                            0 Problems
                            0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
Lorenz Attractor
clear all, close all, clc Beta = [10; 28; 8/3]; % chaotic values x0 = [0; 1; 20]; % initial condition dt = 0.001; tspan = dt...
    
  
Lorenz Attractor
clear all, close all, clc Beta = [10; 28; 8/3]; % chaotic values x0 = [0; 1; 20]; % initial condition dt = 0.001; tspan = dt...
3 years ago | 1
Question
How can i generate an Hankel matrix of the lorenz system?
hi, i'd like to know how i can create the Hankel matrix of the lorenz system to perform it over a DMD algorithm. Thank all for t...
3 years ago | 1 answer | 0
