Feeds
提问
How do I make a bar graph that increases by intervals of 5?
x = [36.93 36.67 29.55 26.63 37.86 26.99 26.94 31.98 23.69 34.58 30.56 31.91 46.95 51.80 45.21 36.83]; histogram(x); I want th...
4 years 前 | 1 个回答 | 0
1
个回答提问
How to get rid of elements in two different arrays?
How do I get rid of nan's that correspond with each planet? a = [2 nan 4 nan 7 nan]; b = ["planetA", "planetB", "planetC", "pl...
4 years 前 | 1 个回答 | 0
1
个回答提问
Monte Carlo simulation dice roll
Define a single function named display that returns nothing and takes two input parameters, an array of counters and the singula...
5 years 前 | 1 个回答 | 0
1
个回答提问
How do I display a plot based on the user input value?
The .mat file usage.mat contains yearBuilt, names, yearReconstruct, and score. clear; close all; userInput=input("Please ch...
5 years 前 | 1 个回答 | 0
1
个回答提问
How do I put a .mat file into a function?
I have the following code: userInput=input("Please choose between the following numbers: 1,2 or 3."); function Tester(bridges....
5 years 前 | 1 个回答 | 0

