Gelöst


Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>

mehr als 7 Jahre vor

Gelöst


Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>

mehr als 7 Jahre vor

Gelöst


Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...

mehr als 7 Jahre vor

Gelöst


Write an expression
Assigns finalResult with firstSample plus secondSample, squared, then divided by 3. Ex: If firstSample is 18 and secondSample is...

mehr als 7 Jahre vor

Gelöst


inner product of two vectors
inner product of two vectors

mehr als 7 Jahre vor

Gelöst


Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.

mehr als 7 Jahre vor

Gelöst


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

mehr als 7 Jahre vor

Gelöst


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

mehr als 7 Jahre vor

Gelöst


Reverse the vector
Reverse the vector elements. Example: Input x = [1,2,3,4,5,6,7,8,9] Output y = [9,8,7,6,5,4,3,2,1]

mehr als 7 Jahre vor

Gelöst


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

mehr als 7 Jahre vor

Beantwortet
Create a function in simulink
You can use the block "from workspace" from * * *sources*** in Simulink. For your case, you can use directly "reshape", "add", ...

mehr als 7 Jahre vor | 2

| akzeptiert

Beantwortet
LED lamp model using simulink
http://www.mathworks.com/help/simulink/ug/control-an-led-display.html https://www.mathworks.com/help/physmod/elec/ref/lightem...

mehr als 7 Jahre vor | 2

Beantwortet
How to log signals at constant 10 hertz?
file>preferences

mehr als 7 Jahre vor | 1

Beantwortet
How can i make a .fis model file to work with FLC toolbox and use it with Arduino for obstacle avoidance robot?
File>import>from workspace and choose the file a.fis direction. There are arduino toolbox in Simulink, however, you should veri...

mehr als 7 Jahre vor | 1

Beantwortet
how can i solve this error? see in picture
You should verify system and fuzzy logic controller parameters. The picture is not very clear. Please could you provide a clear ...

mehr als 7 Jahre vor | 1

Beantwortet
I have problem while running my Micro hybrid DC simulation model & it takes more time(10-11 hr) for running.
I have the same problem while running my system (robot including BDCM motor+fuzzy logic controller )simulation model and it take...

mehr als 7 Jahre vor | 1

Gelöst


Pizza value using expression with parentheses
Pizza prices are typically listed by diameter, rather than the more relevant feature of area. Compute a pizza's value (cost per ...

mehr als 7 Jahre vor

Gelöst


Too mean-spirited
Find the mean of each consecutive pair of numbers in the input row vector. For example, x=[1 2 3] ----> y = [1.5 2.5] x=[1...

mehr als 7 Jahre vor

Gelöst


Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...

mehr als 7 Jahre vor

Gelöst


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

mehr als 7 Jahre vor