photo

VASUNDHARA V


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2

View badges

Feeds

View by

Question


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 ...

2 years ago | 0 answers | 0

0

answers

Question


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...

2 years ago | 1 answer | 0

1

answer

Question


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 ...

2 years ago | 0 answers | 0

0

answers

Question


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 ...

2 years ago | 2 answers | 0

2

answers

Question


want a rows to split into multiple rows
A=[111111111111111111] i want to generate A=[111111 111111 ...

2 years ago | 2 answers | 0

2

answers

Question


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...

2 years ago | 0 answers | 0

0

answers

Question


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 ?

2 years ago | 1 answer | 0

1

answer

Question


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??

2 years ago | 0 answers | 0

0

answers

Question


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...

2 years ago | 0 answers | 0

0

answers

Question


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...

2 years ago | 1 answer | 0

1

answer