Mariana
Followers: 0 Following: 0
Estadística
22 Preguntas
0 Respuestas
CLASIFICACIÓN
193.430
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
22 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
36.36%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.872
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
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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 ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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?
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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 ...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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?
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 3 respuestas | 0