photo

Beneyaz Begum


Last seen: 12 months 前 自 2015 起处于活动状态

Followers: 0   Following: 0

消息

CSE

统计学

All
  • Thankful Level 1
  • Scavenger Finisher
  • Solver

查看徽章

Feeds

排序方式:

提问


How to perform reduced row echelon form on a non-square GF matrix.
G(2^8), m=8 mat1 = gf([160 28 233 185 176],8); result1 = gf([160 28 233 185 176],8)/gf([160],8) % 1 77 17...

2 years 前 | 0 个回答 | 0

0

个回答

提问


1. How to perform XOR operation on 2 or more data packet arranged row-wise in the form of binary matrix using galois field. (2). Retrieve anyone packet again using combination
clc clearvars; N = 1*10; %Generate random number for messages rng('default') randNum = randi([0 10],1,4) % 10 rows 4-colums...

2 years 前 | 0 个回答 | 0

0

个回答

已解决


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

8 years 前

提问


i.Divide a square(100 x 100)into given number of equal sized sub-squares. ii. Next, distribute 20 points inside the sub-square using Poisson distribution
For step ii. We need to find a random number based on intensity using Poisson distribution, such that the random number gives th...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Problem in Finding COnnected Components: Error Matrix need to be sparse. I have 2500 cells with 150 1's. Still showing matrix is not sparse. Please help me to generate connected compnents of the disconnected graph
I am writing below the error message reflected: ??? Error using ==> check_matlab_bgl at 50 the matrix A must be sparse. ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Is it possible to generate a BFS tree from a non-sparse matrix?
I am attaching a mat file NodeGraph.mat and I want to construct a BFS tree from a given node in the matrix. Please help you have...

8 years 前 | 0 个回答 | 0

0

个回答

提问


I have an M X N matrix. The first column is number of nodes, the first row is interference range, and the data in the cell is slot value. I want to plot a graph using surf function.
I want to use another variable number_of_pairs(e2:e7). That is, in total four variable. How can I plot my graph using 4-variable...

9 years 前 | 1 个回答 | 0

1

个回答

提问


I have an M X N matrix. The first column is number of nodes, the first row is interference range, and the data in the cell is slot value. i want to plot a mesh graph using mesh function, but the error is data dimensions must agree.
code: impval=xlsread('Booktest251.xlsx','a1:d7'); No_Nodes=impval(2:end,1) Interfernce=impval(1,2:end) slot_data=i...

9 years 前 | 0 个回答 | 0

0

个回答

1

个回答

提问


I'm Trying to save a contents into a mat file. But after the contents are saved to a mat file, it shows the file name as :SData_200_500_20_1.matSData_109_97_116_
The mat file format in my code for saving the record is save (sprintf('SData_%d_%d_%d_%d.mat',NrGrid,noOfNodes,R,nf,'mat'),...

9 years 前 | 1 个回答 | 0

1

个回答