Solved


Is my wife right?
Regardless of input, output the string 'yes'.

mer än 10 år ago

Solved


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

mer än 10 å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 10 å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 10 å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 10 år ago

Answered
modelling simulink block diagram
Go to simulink lobrary and type *transfer fcn*.

mer än 10 år ago | 0

| accepted

Answered
I need help making a bandpass filter
you can use this function- <http://www.mathworks.de/de/help/dsp/ref/fdesign.bandpass.html fdesign.bandpass>

mer än 10 år ago | 1

| accepted

Question


fft of a continuous signal
I am using Simulink, where I have a block whose output is a 3-phase current. I need to find fft of this current signal (which is...

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

1

answer

Answered
How can I unbalance a synchronous machine?
The voltage supply equations can be changed to induce current imbalance. Suppose you are applying 3-phase voltage to the system ...

mer än 10 år ago | 0

| accepted

Answered
heres my code.... getting an error ? Error using ==> horzcat CAT arguments dimensions are not consistent. Error in ==> practice at 3 result=[x(:),y(:),h(:)]; please help????????
The number of rows in x,y,h are not same, so they cannot be concatenated. check your matrix dimensions.

mer än 10 år ago | 0

Question


How can I avoid Algebraic loops In these equations
Hi, I Have two equations of the form- 1) dy/dt = A - By - Cdx/dt + Dx, and 2) dx/dt = E - Fx - Gdy/dt + Hy. I want ...

mer än 10 år ago | 2 answers | 0

2

answers

Answered
sine wave error in simulink
This is because you haven't mentioned the step size. For detailed explanation you can follow this link- <http://www.mathworks.de...

mer än 10 år ago | 0

| accepted

Question


Error while reducing sample time
Hi, I have a simulink model containing some algebraic loops.Input to the system is sine wave. When Sample time of this sine wa...

mer än 10 år ago | 0 answers | 0

0

answers

Answered
How to solve this error?
You are getting this error because your matrix dimensions are conflicting. Make sure that the dimensions of matrices in inputs a...

mer än 10 år ago | 0

| accepted

Answered
How can I feed an array of data to my Simulink model when an event occurs?
You can use callback functions in your model.. have you tried this ?<http://www.mathworks.in/help/simulink/ug/model-callbacks.ht...

mer än 10 år ago | 0

| accepted

Answered
Simulation data storage- help
What I did is I used 'to workspace' block instead of 'to file' and stored the variable in array format then var(end) solved my...

mer än 10 år ago | 0

| accepted

Answered
Hi. What is the difference between xcorr and crosscorr?
<http://www.mathworks.de/matlabcentral/newsreader/view_thread/316589 xcorr>, Go through this.

mer än 10 år ago | 0

Question


Simulation data storage- help
Hello, I want to store the steady state value of output signal(as displayed in display block) in mat file and get it displayed i...

mer än 10 år ago | 2 answers | 0

2

answers

Question


Ask for parameters when running simulation
Hi, Is it possible to include a command so that everytime I simulate my model, It asks for some parameters to enter by keyboard ...

mer än 10 år ago | 2 answers | 0

2

answers