photo

PEF


Active since 2012

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

6 Questions
0 Answers

File Exchange

1 File

Cody

0 Problems
6 Solutions

RANK
160 192
of 300 331

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
66.67%

VOTES RECEIVED
0

RANK
7 705 of 20 920

REPUTATION
123

AVERAGE RATING
4.50

CONTRIBUTIONS
1 File

DOWNLOADS
2

ALL TIME DOWNLOADS
1148

RANK
50 507
of 168 124

CONTRIBUTIONS
0 Problems
6 Solutions

SCORE
70

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 2
  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


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 ...

ungefär 6 år ago | 1 answer | 0

1

answer

Question


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....

mer än 9 år ago | 1 answer | 0

1

answer

Submitted


3D Turbulent Wind Generation
Generation of three-dimensional turbulent wind fields

nästan 10 år ago | 2 downloads |

4.5 / 5

Question


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...

ungefär 12 år ago | 2 answers | 0

2

answers

Question


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...

mer än 12 år ago | 1 answer | 0

1

answer

Question


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....

nästan 13 år ago | 0 answers | 0

0

answers

Question


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: ...

ungefär 13 år ago | 0 answers | 0

0

answers

Solved


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 ...

mer än 13 år ago

Solved


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

mer än 13 år ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

mer än 13 år ago

Solved


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 ...

mer än 13 år ago

Solved


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...

mer än 13 år ago

Solved


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:...

mer än 13 år ago