Community Profile

photo

Beneyaz Begum


Last seen: 9 months ago Active since 2015

Followers: 0   Following: 0

Message

CSE

Statistics

All
  • Thankful Level 1
  • Scavenger Finisher
  • Solver

View badges

Feeds

View by

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Solved


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

7 years ago

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 0 answers | 0

0

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 0 answers | 0

0

answers

Question


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'),...

8 years ago | 1 answer | 0

1

answer