Statistik
22 Fragen
0 Antworten
RANG
101.537
of 300.756
REPUTATION
0
BEITRÄGE
22 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
36.36%
ERHALTENE STIMMEN
0
RANG
of 21.077
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 170.890
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 ...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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?
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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?
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 6 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 6 Jahre vor | 3 Antworten | 0
