Gelöst


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

mehr als 8 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 8 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 8 Jahre vor

Gelöst


Model a falling body
An object is falling freely from a height of 22 meters under the force of gravity. <<http://blogs.mathworks.com/images/seth/c...

mehr als 8 Jahre vor

Gelöst


Counting pulses in a signal
Count the number of pulses that are the result of summing each pulse generator block. Pulse Generator blocks produce a recurr...

mehr als 8 Jahre vor

Gelöst


Make a half wave rectifier
Produce a signal that outputs the given sine wave source when it is greater than zero and outputs zero when it is less than zero...

mehr als 8 Jahre vor

Beantwortet
emlc generates two different c-files for the same supporting function when building two functions, how do you merge them?
I suppose I could build a library (.lib) for each function. Then I would have redundant object code, but at least I would have ...

mehr als 12 Jahre vor | 0

Frage


emlc generates two different c-files for the same supporting function when building two functions, how do you merge them?
If I have two functions: function y = fcn1 %#eml A = [ 8 1 3 5 4 9 ]; y = pin...

mehr als 12 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Specifying function names in generated code using emlc
How do I specify what name emlc will assign to a function that it generates? I'm looking for something like the eml.cstructname...

mehr als 12 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Specifying inputs/outputs for C-code functions generated from MATLAB m-code using emlc as pass-by-reference
How do I make the generated c-code use pass-by-reference for all inputs and outputs instead of pass-by-value? I am using emlc...

mehr als 12 Jahre vor | 1 Antwort | 1

1

Antwort