Ahmed Gharieb naga
Followers: 0 Following: 0
Estadística
12 Preguntas
0 Respuestas
CLASIFICACIÓN
228.090
of 295.495
REPUTACIÓN
0
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
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
Converting Matlab function (mscript fx) to a model.
I have make an kalman filter algorithm through a function file and I want to have an model from the results.
10 meses hace | 1 respuesta | 0
1
respuestaPregunta
Could I transfer a function file (state space function) to a model so I could forecast it my data
i want to transformate this function function [pos vel Px] = DvKalman(z) % % persistent A H Q R persistent x P persisten...
10 meses hace | 0 respuestas | 0
0
respuestasPregunta
I have algorithm I have estimated the data pretty well , but I 'm not able to forecast it .
I have estimated my data through a fucnction that contains Kalmen filter algorthim and it estimated the data well and I have tr...
10 meses hace | 1 respuesta | 0
1
respuestaPregunta
does matlab version 2021a have forecast command !!!!
Kf = 200; yf = forecast( [pos vel P] ,Xsaved,Kf); I got that error Error in forecast (line 2)
10 meses hace | 2 respuestas | 0
2
respuestasPregunta
I want to increase fitting my model to my data
I want to add a technique to my model.I want to add force to my model to fit my data more .I have attached the technique and ed...
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
How to test and train in MATLAB
I finished my algorithm but the results did not satisfy me.
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Could I change a code from jupyternote book to Matlab
from fourier_koopman import fourier import numpy as np x = (np.sin([2*np.pi/24*np.arange(5000)]) + np.sin([2*np.pi/33*np.ara...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Screaching for EDMD (extended dmd of fourier series )
Does any one have an code related to EDMD as I’m stucked or give me a guide I will be really thankful
más de 1 año hace | 0 respuestas | 0
0
respuestasPregunta
how to plot two variables having different length y1 it's size (1x1500) and y2 (1x1200) at the same figure according to steps in time (X-axis)
I'm actual doning random walk with different lengths and i want every variables has a color like this
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
how to accelate the 'for loop' command' It's not end processing !!
clear all, close all, clc %import data from excel sheet I have attached x = x.'; %just x variable n =5000; ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
How to speed the code? It does not want to end processing!!!!
R = length(lambda) ; T = size(X,2) ; time_dmd = zeros(T-1,R); for iter = 1:T-1 for p = 1:R time_dmd(iter,p) = b...
más de 1 año hace | 1 respuesta | 0