Sophia Collinson
Followers: 0 Following: 0
Degree Engineer
Feeds
已解决
Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....
4 years 前
已解决
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 C...
4 years 前
已解决
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 y...
4 years 前
已解决
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:...
4 years 前
已解决
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
4 years 前
提问
For Loop Variable Selection from Index
Hello, As a part of a function, I need MATLAB to select a small section of data out of a large section of data, indexed by a va...
4 years 前 | 1 个回答 | 0
1
个回答提问
Import excel data from GUI to MATLAB workspace?
I am creating a GUI that imports a file selected by the user, displays the data selected, loads the data selected into the MATLA...
5 years 前 | 0 个回答 | 1
0
个回答提问
How to load an Excel file that changes with the date?
I've created a script that loads and creates a graph from the reliability of the computers within a department. The excel file t...
5 years 前 | 1 个回答 | 0