photo

Beneyaz Begum


Last seen: 12개월 전 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전

질문


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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변