photo

Monalisa Pal


Last seen: etwa ein Jahr vor Aktiv seit 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.

Statistik

All
MATLAB Answers

0 Fragen
6 Antworten

Cody

0 Probleme
71 Lösungen

RANG
4.285
of 297.503

REPUTATION
12

BEITRÄGE
0 Fragen
6 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
2

RANG
 of 20.449

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
6.462
of 159.017

BEITRÄGE
0 Probleme
71 Lösungen

PUNKTESTAND
991

ANZAHL DER ABZEICHEN
8

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 1

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

mehr als 4 Jahre vor | 1

| akzeptiert

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

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

mehr als 4 Jahre vor | 0

| akzeptiert