統計
All
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

