photo

Beneyaz Begum


Last seen: etwa 2 Jahre vor Aktiv seit 2015

Followers: 0   Following: 0

Nachricht

CSE

Statistik

All
MATLAB Answers

9 Fragen
0 Antworten

Cody

0 Probleme
1 Lösung

RANG
254.051
of 300.379

REPUTATION
0

BEITRÄGE
9 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
22.22%

ERHALTENE STIMMEN
0

RANG
 of 20.931

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
114.999
of 168.299

BEITRÄGE
0 Probleme
1 Lösung

PUNKTESTAND
20

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 1
  • Scavenger Finisher
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Gelöst


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

etwa 9 Jahre vor

Frage


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

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

fast 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

1

Antwort

Frage


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

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort