photo

Meghana Balasubramanian


Last seen: 5 years ago Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

8 Questions
0 Answers

RANK
146,068
of 300,379

REPUTATION
0

CONTRIBUTIONS
8 Questions
0 Answers

ANSWER ACCEPTANCE
87.5%

VOTES RECEIVED
0

RANK
 of 20,931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,299

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3
  • First Review

View badges

Feeds

View by

Question


Removing zeros from a binary array if length of zeros is lesser than a value
Hello, I have an array: input = [0;0;0;0;0;0;0;1;0;1;1;1;0;0;0;0;0;0;1;1;0;0;0;0] I would like to remove only the 0's betw...

5 years ago | 2 answers | 0

2

answers

Question


Obtaining the pixel values within an ROI
Hello, I have an image where the object of interest is curved and I would like to linearize it. To do that, I thought I could ...

6 years ago | 1 answer | 0

1

answer

Question


Why is the background of my custom marker changing color?
Hello, I wanted to use images as custom markers for my plot. I have attached one of the images that I use as my marker. It is ...

6 years ago | 1 answer | 0

1

answer

Question


How to display/extract the different frames from a multiframe image?
Hello, I have an image which consists of 25 frames. My goal is to convert the images to binary and then calculate the perimeter...

6 years ago | 0 answers | 0

0

answers

Question


How can i find cumulative mean inside a for loop?
Hey everyone, I have a code which helps me to calculate the mean values. Each of the "cellList.meshData(j)" corresponds to a s...

6 years ago | 1 answer | 0

1

answer

Question


Unable to use xlsread to open a file
Hey everyone, I'm trying to run the follwing code: for i=1:10 fil_length= xlsread('\\some_pathway_here\Filament_Length_D...

6 years ago | 2 answers | 0

2

answers

Question


How to obtain variables from a structure inside a for loop?
Hello everyone, I have a code to call intensity values which are stored in a structure 's'. The structure 's' has various fields...

6 years ago | 1 answer | 0

1

answer

Question


How to get the longest consecutive values in a column vector and the position at which it starts
Hello, Suppose i have a single column vector A'=[0 0 0 1 0 1 1 1 0 0 0 0 0 1 1 1 1 1 1 1 1 1] I only want the longest consecut...

6 years ago | 3 answers | 0

3

answers