Feeds
질문
referencing each element of a matrix to some other matrix
netCostMatrix=[Inf 400 100 200 Inf Inf 400 Inf Inf 500 600 Inf Inf 900 200 Inf 100 300 ...
3년 초과 전 | 답변 수: 0 | 0
0
답변질문
operation after every iteration in Nested for loop
for i=1:100 for j=1:20:720 temp1=d2( :, j : j+19 ) temp2=prod(temp1) end end In t...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
if,elseif ,else statements
I dnt know what is wrong with my code ..it only prints value upti i==2 then it ends ..i step by step checked it. for i=1:2 ...
거의 4년 전 | 답변 수: 0 | 0
0
답변질문
searching first two consecutive ones and set to 0
y=[1 1 1 1 1 1 1 1 1 1 1] i want to search for first two consecutive ones everytime and allocate them 0 like this y=[0 0 1 ...
거의 4년 전 | 답변 수: 2 | 0
2
답변질문
want a rows to split into multiple rows
A=[111111111111111111] i want to generate A=[111111 111111 ...
거의 4년 전 | 답변 수: 2 | 0
2
답변질문
accessing the element for the matrix but that elemnt is in the form of row vector
accessing the element for the matrix but that elemnt is in the form accessing the element for the matrix but that elemnt is in t...
거의 4년 전 | 답변 수: 0 | 0
0
답변질문
how will be define multidimensional variable in matlab in the form of matrix so that it stores two information ?, not multidimensional array...
1-2[111100001] 1-3[111011001] 1-4[110001010] 2-3[101010010] 2-4 [10101010] 3-4[101010010] like this above ?
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
how to assign different parameters(like bit rate etc) to the elements of a matrix??
how to assign different parameters(like bit rate etc) to the elements of a matrix??
거의 4년 전 | 답변 수: 0 | 0
0
답변질문
how to assign the bit rate value like 12.5 GHz to a spectrum slots in elastic optical network ..spectrum slots are 120 .can we use size function for that?
how to assign the bit rate value like (12.5 GHz ) to a spectrum slots in elastic optical network ..spectrum slots are 120 .can w...
거의 4년 전 | 답변 수: 0 | 0
0
답변질문
want to generate this matrix
Hello I want to generate this below matrix in matlab..i am trying ones ,zeros and eye command but not getting this one [11...
거의 4년 전 | 답변 수: 1 | 0
