Feeds
提问
Subscript indices must either be real positive integers or logicals.
I found this programme online and tried to use it but if I run it it says: 'Subscript indices must either be real positive integ...
8 years 前 | 3 个回答 | 0
3
个回答提问
What does the number before the decimal point do ? e.g.'%4.5f' ?
I am trying to display pi to certain number of digits(6) and I got it by using this code: sprintf('%4.5f',pi) and I can...
9 years 前 | 1 个回答 | 0
1
个回答提问
Monte Carlo simulation to find the area under the graph !!
I've seen loads of examples about using Monto carlo but I can't figure out how to find the area under the graph. For example I ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Plotting a graph of a date !!
I am trying to plot a graph of the amount of rain over one year ( 12 months) using the code below, but the problem is that only ...
9 years 前 | 2 个回答 | 0
2
个回答提问
y-values from a given function
I have a function and two values of x and I would like to find the values corresponding to the x-values, how should I start ? I ...
9 years 前 | 1 个回答 | 0
1
个回答提问
Changing number of digits
I am trying to display the exact first 6 digits of pi how to do that ?
9 years 前 | 1 个回答 | 0

