필터 지우기
필터 지우기

Finding Maximum Arrival Rate in Matlab using Graph Plot

조회 수: 1 (최근 30일)
Amra Feta
Amra Feta 2020년 11월 9일
I have created the code for my matrix in queuing network(more focused on Open Queuing Network). However I am new to Simulink and I need some help in plotting and creating a graph(not sure if I need to use Simulink).
Here is my code:
N=6
M_sparse=sprand(N,N+1,0.5)
M=full(M_sparse)
M(1:1+size(M,1):end)=0
R=M(1:end,1:end-1)
determinant=det(eye(N)-R)
Q=inv(eye(N)-R)
gamma=randi([0 1],1,N)
lambda=gamma*Q
What I want to do is get time into the picture of arrival rates, to find the maximum arrival rate and how it behaves.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Signal Operations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by