photo

Beneyaz Begum


Last seen: alrededor de 2 años hace Con actividad desde 2015

Followers: 0   Following: 0

Mensaje

CSE

Estadística

All
MATLAB Answers

9 Preguntas
0 Respuestas

Cody

0 Problemas
1 Solución

CLASIFICACIÓN
202.199
of 300.364

REPUTACIÓN
0

CONTRIBUCIONES
9 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
22.22%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
115.069
of 168.407

CONTRIBUCIONES
0 Problemas
1 Solución

PUNTUACIÓN
20

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1
  • Scavenger Finisher
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


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

más de 3 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 3 años hace | 0 respuestas | 0

0

respuestas

Resuelto


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

alrededor de 9 años hace

Pregunta


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

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 10 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Unable to write the following arrays in Excel sheet from a mat file. >> TRDetails_Convert2ExcelSheet('TR_selectedData_200_2000_25_1_1') The error displayed is i command prompt>>??? Error using ==> xlswrite at 213
TR_new: [1506x2 double] data_gen_matrix: [1506x2 double] DTR_pair_1: [472x2 double] PI_v...

alrededor de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 10 años hace | 1 respuesta | 0

1

respuesta