Statistik
RANG
157.784
of 295.448
REPUTATION
0
BEITRÄGE
6 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
0
RANG
7.728 of 20.227
REPUTATION
119
DURCHSCHNITTLICHE BEWERTUNG
4.50
BEITRÄGE
1 Datei
DOWNLOADS
14
ALL TIME DOWNLOADS
1100
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Problem with persistent variables within embedded function
Hi, I am currently implementing a second order lowpass filter as an embedded function and can be found as attachment. I tested ...
etwa 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Develop circular buffer block in Simulink
Dear all, I am currently try to implement a circular buffer block in Simulink, since I do not have access to the DSP Toolbox....
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortGesendet
3D Turbulent Wind Generation
Generation of three-dimensional turbulent wind fields
fast 9 Jahre vor | 14 Downloads |
Frage
Generate DLL from Simulink model
Hallo everybody, I am about to start working on an interface between Simulink modules and GH BLADED, software tailored to sim...
etwa 11 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Minimize error between data distribution and expected distribution
Hi all, I have a 3 set of data which are expected to: 1) 1st data-block to approach a Gaussian distribution with mu = 0 an...
mehr als 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Procedure to calculate a double integral
Good Morning everybody, I'd like to perform what follows: <<http://i.stack.imgur.com/HsFla.jpg>> where <<http://i....
fast 12 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Is is possible to generate multiple project files starting from a unique reference/seed file?
Hi everybody, it's sometime I wonder if it is possible to do something close to what I'm gonna describe by means of Matlab: ...
mehr als 12 Jahre vor | 0 Antworten | 0
0
AntwortenGelöst
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
mehr als 12 Jahre vor
Gelöst
Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...
mehr als 12 Jahre vor
Gelöst
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
mehr als 12 Jahre vor
Gelöst
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
mehr als 12 Jahre vor
Gelöst
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
mehr als 12 Jahre vor