photo

VASUNDHARA V


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2

查看徽章

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

2 years 前 | 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...

2 years 前 | 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 ...

2 years 前 | 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 ...

2 years 前 | 2 个回答 | 0

2

个回答

提问


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

2 years 前 | 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...

2 years 前 | 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 ?

2 years 前 | 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??

2 years 前 | 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...

2 years 前 | 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...

2 years 前 | 1 个回答 | 0

1

个回答