Statistics
RANK
174,352
of 300,499
REPUTATION
0
CONTRIBUTIONS
5 Questions
1 Answer
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 21,021
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Recursive modeling in Simulink
I browsed through the discrete section in the library and played a bit with the memory component. This seemed to do the trick. ...
1 year ago | 0
Question
Recursive modeling in Simulink
I am learning Simulink. I've done around 50% of the onramp course so I tried modeling something on my own. One of the reasons ...
1 year ago | 2 answers | 0
2
answersSolved
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
1 year ago
Solved
Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...
1 year ago
Solved
Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...
1 year 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:...
1 year ago
Question
Plotting perpendicular lines but they are not perpendicular.
I have this simple snippet: syms x; y = 3*x-1; z = (-1/3)*x-7; fplot(y) title("Perpendicular Lines") grid on; hold on; ...
2 years ago | 3 answers | 0
3
answersQuestion
Link to section in another live script?
I'm creating different live script that act as documentation of my project. I would like to create links between those scripts...
5 years ago | 2 answers | 0
2
answersQuestion
Set default interval for plot/fimplicit
Is there a way to set the default interval for plot functions like plot, ezplot, fimplicit so I don't have to specify each time?...
5 years ago | 0 answers | 0
0
answersQuestion
Plot system of linear equations
One of the first things I want to do in Matlab is enter a system of linear equations. I already found the example that helps me ...
5 years ago | 1 answer | 0

