photo

VASUNDHARA V


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

Followers: 0   Following: 0

统计学

MATLAB Answers

10 个提问
0 个回答

排名
254,995
of 300,756

声誉
0

贡献数
10 个提问
0 个回答

回答接受率
40.0%

收到投票数
0

排名
 of 21,077

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,890

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
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 ...

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

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

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

4 years 前 | 2 个回答 | 0

2

个回答

提问


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

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

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

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

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

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

4 years 前 | 1 个回答 | 0

1

个回答