photo

Monalisa Pal


Last seen: 6 mesi fa Attivo dal 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.

Statistica

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

Visualizza badge

Feeds

Visto da

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

circa 4 anni fa | 0

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

circa 4 anni fa | 1

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

circa 4 anni fa | 1

| accettato

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

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

circa 4 anni fa | 0

| accettato