Feeds
질문
need to calculate a cumulative mean in mm1 simulation
I generate output data (see picture) and I need to calculate a cumulative mean as the simulation output data is being generated....
6년 초과 전 | 답변 수: 0 | 0
0
답변질문
I need a program to simulate MSER-5 on M/M/1 queue in Matlab
I need the code for MSER-5 method to remove initial bias on M/M/1 queue
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Undefined function 'symsum' for input arguments of type 'double'
Can someone please explain me why I have this error? I was trying to do a sum of observations yij (observation i, replica j). ...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Undefined function 'symsum' for input arguments of type 'double'
Can someone explain me how can I correct this error "Undefined function ' *symsum*' for input arguments of type 'double'" ...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
Undefined function 'symsum' for input arguments of type 'double'
function [ yij ] = SPCmethod(yij,w) sym n; rep = 100; for i = 1:w yij(i) = mea...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
()-indexing must appear last in an index expression.
Do you know what is wrong with my indexing below? In my previous computer, I didn't have any problems. Thank you. function ...
6년 초과 전 | 답변 수: 1 | 0