Feeds
질문
zeros populating most of my output vector
I am trying to iterate over a changing variable in a vector so that I use said variable in a function. In this program I want to...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to act on a probability
I have a simulation for the Grade of Service of a circuit switched mobile network and I need to include how many calls get dropp...
3년 초과 전 | 답변 수: 2 | 0
2
답변질문
Returning NaN after mean calculation?
Just wondring why my code is returning NaN when I use the mean fucntion? My numbers are not that big i have scaled back the numb...
3년 초과 전 | 답변 수: 1 | 0
1
답변질문
I am trying to run a simulation 1000 times and generate a matrix 600x1000. My simulation creates a 1x600 vector
I am simulating Erlangs-B formula with 600 calls in one hour. i need to run the simulation 1000 times. How can I create a matrix...
3년 초과 전 | 답변 수: 2 | 0
2
답변질문
Unable to perform assignment because the indices on the left side are not compatible with the size of the right side.
Why am I receiving this error? I can't figure out what's actually going on here This is the relevant code: for i = 1:no_of_run...
3년 초과 전 | 답변 수: 1 | 0
