Statistiques
22 Questions
0 Réponses
RANG
159 854
of 300 853
RÉPUTATION
0
CONTRIBUTIONS
22 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
36.36%
VOTES REÇUS
0
RANG
of 21 094
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 171 319
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
How to compile simulink models with variables of big size in the simulink workspace?
My model has a huge array stored in the simulink workspace and I am not able to compile my model with Simulink Coder. I get the...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How to compile a file with a large variable in the workspace?
I would like to compile a model with a large global variable stored in the simulink workspace. The size of the the variable is o...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How to export to workspace a 4D array?
Basically the first function is generating values between a certain range. This values are indexes in order to have access to ...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
Is it possible to load an array to the simulink workspace and call it in a matlab function?
I have made and array in 3 dimensions initialize with zeros. I would like to import it in the simulink workspace and call it fro...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How to create a multidimensional array of fixed dimensions?
I would like to create an array in 4 dimensions. Each dimension has a fixed size. x =0 to 200 -->step 1 y =-25 to 25 --> step ...
plus de 5 ans il y a | 2 réponses | 0
2
réponsesQuestion
How could I implement an array that is constantly recovering data through the entire simulink model?
Let's say that I have a simple matlab function that computes the sum of two values. I would like to save all of the results in a...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
Why I get an error when generating a cell array as an output of a simulink function?
function y = (input,vector) persistent count persistent array_3 persistent array_2 persistent array_1 p...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How to import an LSTM neural network from python to simulink?
I would like to import a pretrained Keras network to my simulink model. How can I do this?
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How to store multiple arrays into a single one?
array_1 = zeros(1,9); array_2 = zeros(500,16); With the increase in time I will be concatenating arrays one and two into array...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How to save multiple 2D arrays in a third dimension in simulink?
I will be reading multiple 2D arrays of the same size (100, 8) in time. The idea is to concatenate all of them in a 3D array. H...
plus de 5 ans il y a | 1 réponse | 0
1
réponseQuestion
How to calculate the acceleration with only discrete blocks?
I would like to measure the acceleration out of the velocity, but I need to do so when the solver is in discrete mode and with a...
plus de 5 ans il y a | 1 réponse | 0
0
réponseQuestion
How can I save into an struct multiple arrays?
I have two variables. Id and Matrix. Id : [0,1,2,3] Matrix : 3600 x 9 I want to save in a structure the ID and the respective...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to buffer a certain amount of data in a buffer without saving all the data that passes through it?
I have two approaches. The problem with the one in the zip file is that it is saving all the values everytime they pass to the m...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to create a buffer FIFO, filter and then save in an array values that are between an specific range of values?
I have a sine wave as input signal at a sampling rate of 0.02. I want to process the first 1000 sampling points = 20 sec in a FI...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How to filter data that detects peaks or irregularities?
I am trying to build a code that detects these peaks. This graph represents the change in position in time. What I am doing ...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I save data in a multidimensional array
I want to build a multidimensional array that saves the follwing data. Size of the array should be the following: Vego : 0...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I built a database in Matlab?
DATA ------> -------> Output I am trying to build my own database. I will be filling it with data values from other ta...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I create a Multidimensional array of 5 dimensions?
I am trying to create a multidimensional array in Matlab from data located in an excel file. How can I make this in matlab?
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Extract data from multiple excel files
I am trying to extract data from a specific column from multiple excel files and save this columns in one table D = 'C:\Users\D...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I create a Lookup Table 5-D?
I have multiple excel files of different dimensions, but same columns (variables) How can I export this excel files to a lookup...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I add an array to a table?
I already tried the matlab function arratotable. The error that I have is that the array is not of the same dimension of the tab...
environ 6 ans il y a | 1 réponse | 0
1
réponseQuestion
Filtering data from a table. How can I save values that are higher that 0.5?
I can't find a solution to my problem. I have data stored in a table. This data represent the behavior of a signal in time. I w...
environ 6 ans il y a | 3 réponses | 0
