Community Profile

photo

Rishi Balasubramanian


Last seen: ungefär ett år ago Active since 2020

Master of Applied Sciences in Electrical and Computer Engineering

Statistics

  • First Answer
  • Thankful Level 3
  • First Review

View badges

Content Feed

View by

Question


Dual Parfor from different scripts
So I have a Launcher.m script which executes a function.m using parfor. The function.m also has its own parfor. Will this work?

ungefär ett år ago | 1 answer | 0

1

answer

Question


Suggest an Alternate for Nonzero (nnz) built-in function
Hi, So I have a binary matrix of size 2000 by 256. I start with a standard all-zero matrix of size some 'X' by 256 as my colum...

mer än ett år ago | 3 answers | 0

3

answers

Answered
BCH decoding algorithm in comm.BCHDecoder
Berklamp Massey Algorithm. The find the error locator polynomial to find the error locations.

nästan 2 år ago | 0

Question


BCH Encoder - Error Locations
Hello All, I am using the 'Communications Toolbox' and there is this 'comm.BCHDecoder' that I intend to use. A deeper study ab...

nästan 2 år ago | 1 answer | 0

1

answer

Question


Change color of specific bits Imagesc(), Image()
Hi, I have a binary matrix, where my algorithm runs through to find inconsistencies and flip the respective bits as it goess ro...

ungefär 2 år ago | 2 answers | 0

2

answers

Question


How to read data from text file and store as it is with variables
I have this data file, it goes like phi1_32_1 = 1 phi2_32_1 = 32 phi1_32_2 = 1 phi2_32_2 = 33 phi1_32_3 = 1 phi2_32_3 =...

nästan 3 år ago | 1 answer | 0

1

answer

Question


Matlab equivalent of rand() in C++
Hello, I am trying to adapt a C++ code to my Matlab project. In C++ there is this line random4 = rand() % item // Here th...

nästan 3 år ago | 1 answer | 0

1

answer

Question


Is my LDPC BER curve right?
Hello, I am trying to simulate a 3/5 LDPC code. I have encoded it using the Systemic approximate Lower Triangular Encoding syst...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


Add all subsequent rows with selected row
Hello, I have a mxn binary matrix H = [1 1 1 0 1 1 1; 0 1 0 0 1 0 1; 1 1 0 1 0 1 1; 1 1 1 0 0 0 0; 0...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


Use Gaussian Jordan Elimination to convert binary matrix to All zero Matrix
Hello, Consider I have my binary matrix. I want to use Gauss Jordan Elimination to convert a part of my matrix to all zero. Bel...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


Find rows in MATRIX based on position of elements
Consider I have a binary matrix H H = [1 1 0 1 1 0 0 1 0 1; 0 0 0 1 0 1 0 0 1 1; 0 1 1 0 1 0 1 0 0 1; 1 1 0 0...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


My LDPC BER curve is bad
Hello, For my Masters Thesis, I am trying to simulate Quasi Cyclic Low-density Parity-Check Codes (QC - LDPC) codes on Matlab. ...

ungefär 3 år ago | 0 answers | 0

0

answers

Question


Run a function with input arguments using App Designer
I have a MATLAB script file (.m file) which is a function %It begins like this function M = qcldpc(j, k, a, b, p) I am trying...

ungefär 3 år ago | 1 answer | 0

1

answer

Answered
Creating dynamic variables using loops | Automatic Variables using loops
Okay, I kinda don't understand I guess, as I did not get the expected result from any of the answers, except Stephen's, but it h...

ungefär 3 år ago | 0

Question


Creating dynamic variables using loops | Automatic Variables using loops
Hello, I believe that I am in a predicament. I have already read that trying to create variables from a loop (using eval like A...

ungefär 3 år ago | 3 answers | 0

3

answers

Question


Move multiple rows with exceptions
Hey Consider I have a mxn matrix of binary data. I want to move the rows with 1s in it corresponding to a particular column exc...

mer än 3 år ago | 1 answer | 0

1

answer

Question


A switch case with multiple results or switch expressions?
Is such a switch case possible? If not, whats my workaround for it? switch r,d case d=1 && r=1 continue ca...

mer än 3 år ago | 2 answers | 0

2

answers

Question


Move multiple rows to specified postion
Hello, I have a mxn matrix of binary data. I want to write a code where I move multiple rows to specified position or index. %...

mer än 3 år ago | 1 answer | 0

1

answer

Question


Move multiple rows without swapping
Hello, I have a mxn matrix of binary data. I want to write a code where I find the rows in column n which have 1s in them and m...

mer än 3 år ago | 1 answer | 0

1

answer

Question


Find the column with the least number of 1s (ones) in it | Find column with at least one non zero element
Consider I have a m by n matrix with binary data Is there a easy way to write a code that can identify the column with the leas...

mer än 3 år ago | 2 answers | 0

2

answers

Question


Return the column(s) indices with minimum value which is not zero.
Consider a matrix H = 1x30. The data in those elements are numbers 0, 1, 2, ......, n I wanna be able select the column(s) wit...

mer än 3 år ago | 1 answer | 0

1

answer

Question


Select the column with at least one 1 in it
Hey people Assume I have a m by n matrix of binary data. How would I be able to identify the column that has the least number o...

mer än 3 år ago | 1 answer | 0

1

answer

Question


Move particular column to specified index
Hey assume I have a matrix 50x100 In an automated function I will be needing to select particular column, and move it to specif...

mer än 3 år ago | 1 answer | 0

1

answer

Question


Select a row and append it at the end of a matrix | Move a selected row to end of matrix
Hello People, Assume i have a matrix H = [1 0 0 1 0 1 0 0 1 1 1 0 1 1 0 1 0 1 ...

mer än 3 år ago | 1 answer | 0

1

answer