how to call output of a problem from another program

조회 수: 1 (최근 30일)
raqib Iqbal
raqib Iqbal 2020년 6월 26일
댓글: Walter Roberson 2020년 7월 12일
clear all
close all
clc
Device = [1 0;2 0;3 0;4 0;5 0;6 0;7 0;8 0;9 0;10 0]
RB = [1 6; 2 7;3 4;4 9;5 1;6 12]
enodeB = [1 2 3 4 5];
occupied = [];
clc
cs=0;
for ii=1:100
selection_try20
end
success_p=cs
p_allocation=cs/100
how to call this p_allocation value from another part of this problem from another tab.both tab are opened in matlab
  댓글 수: 5
madhan ravi
madhan ravi 2020년 7월 12일
It’s correct. You have write permission issues.
Walter Roberson
Walter Roberson 2020년 7월 12일
You are probably in a directory that you do not have write access to, such as if you have not cd'd out of the installation directory.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Files and Folders에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by