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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0
1
답변질문
Changing number of digits
I am trying to display the exact first 6 digits of pi how to do that ?
대략 9년 전 | 답변 수: 1 | 0

