Monalisa Pal - MATLAB Central
photo

Monalisa Pal


Last seen: 1 year ago Active since 2020

Followers: 0   Following: 0

I am currently a PhD student at the Indian Statistical Institute, Kolkata. I have done BTech and ME in ECE. My research area includes brain-computer interfacing and human-computer interaction for robotics and rehabilitation, gesture recognition for healthcare, energy management for smart buildings and evolutionary optimization algorithms. For all of the above research, I intensively use and rely on MATLAB.

Statistics

All
CodyMATLAB AnswersFrom 06/20 to 03/25Use left and right arrows to move selectionFrom 06/20Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
6 Answers

Cody

0 Problems
71 Solutions

RANK
4,062
of 297,738

REPUTATION
12

CONTRIBUTIONS
0 Questions
6 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
2

RANK
 of 20,469

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
6,473
of 159,472

CONTRIBUTIONS
0 Problems
71 Solutions

SCORE
991

NUMBER OF BADGES
8

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • CUP Challenge Master
  • Knowledgeable Level 1
  • Introduction to MATLAB Master
  • Revival Level 1
  • Community Group Solver
  • Commenter
  • Promoter
  • Solver
  • First Answer

View badges

Feeds

View by

Answered
Finding mean pixel value within boundaries
I am not sure whether my answer is the best way to do it but here's an attempt using the concept of connected component labellin...

4 years ago | 0

Answered
Need help writing an if statement to change a plots name based on the data plotted
Are you looking for something like this? function quiz31(~) sides = input('input the number of sides you want;, '); if sides ...

5 years ago | 1

Answered
How to import data from multiple worksheets contained in 1 workbook?
You may use the importdata function instead to fetch data in matrix but seeing that you have some non-numeric data, I wouldn't r...

5 years ago | 1

| accepted

Answered
Subset a timetable to specific time period, and only include complete data for said timeperiod
How about these options? %% your solution row_hours=hour(boatcounts.DateTime); %identify hours within datetime between8to5=is...

5 years ago | 0

Answered
Why am I getting this Error Message?
Becasue the loop starts from j = 1 and when you are trying to access height(j-1) on line 6 during slope1 evaluation height(0) be...

5 years ago | 0

Answered
How to take image from multi folders?
Hi, 'fetching a random image' part of the following code may help you clearvars -global clearvars close all clc % creati...

5 years ago | 0

| accepted