Resuelto


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

casi 12 años hace

Resuelto


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

casi 12 años hace

Resuelto


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

casi 12 años hace

Resuelto


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

casi 12 años hace

Resuelto


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

casi 12 años hace

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

alrededor de 12 años hace | 0

| aceptada

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

alrededor de 12 años hace | 1

| aceptada

Pregunta


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

alrededor de 12 años hace | 1 respuesta | 0

1

respuesta

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

alrededor de 12 años hace | 0

| aceptada

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

alrededor de 12 años hace | 0

Pregunta


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

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas

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

alrededor de 12 años hace | 0

| aceptada

Pregunta


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

alrededor de 12 años hace | 0 respuestas | 0

0

respuestas

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

alrededor de 12 años hace | 0

| aceptada

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

alrededor de 12 años hace | 0

| aceptada

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

alrededor de 12 años hace | 0

| aceptada

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

alrededor de 12 años hace | 0

Pregunta


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

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 12 años hace | 2 respuestas | 0

2

respuestas