Community Profile

photo

Phil


Active since 2012

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Simulink button for a cubic function
Trying to solve a nonlinear model and a linearized model using Simulink and I need a simple cubed button. Cannot find it anywher...

10 years ago | 1 answer | 0

1

answer

Question


How to draw a block diagram for one equation with three variables in simulink
I am totally lost on this one. Say I have the equation y = 2*z - 5*x, how would I draw the block diagram to perform this calcula...

11 years ago | 1 answer | 0

1

answer

Question


How to solve an equation in terms of the other variable
I have the equation g^2+6*g*h+3h=0 for which I need to solve g in terms of h. Here is my attempt: syms g h g = solve('g^...

11 years ago | 2 answers | 0

2

answers

Question


Need some help setting up a matrix to contour plot
I have a 19X19 array that I need to set up in order to contour plot it. I'm very new at MATLAB and really have no clue as to how...

11 years ago | 1 answer | 0

1

answer

Question


How to limit a vector to a certain maximum
I have the vector x = [20 19 23 24 17] and I want to somehow create a vector that contains nothing greater than 20. That is, I n...

11 years ago | 1 answer | 0

1

answer

Question


Simple question about vector remainders
So I have one vector x = [19 21 25 24 18 20] I need to use this vector to find another vector that contains only the amounts ...

11 years ago | 2 answers | 0

2

answers