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. ...
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. ...
거의 2년 전 | 0
질문
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 ...
거의 2년 전 | 답변 수: 2 | 0
2
답변문제를 풀었습니다
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...
거의 2년 전
문제를 풀었습니다
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...
거의 2년 전
문제를 풀었습니다
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...
거의 2년 전
문제를 풀었습니다
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:...
거의 2년 전
질문
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년 전 | 답변 수: 3 | 0
3
답변질문
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년 초과 전 | 답변 수: 2 | 0
2
답변질문
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년 초과 전 | 답변 수: 0 | 0
0
답변질문
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년 초과 전 | 답변 수: 1 | 0

