Monalisa Pal
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.
Feeds
已回答
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...
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 前 | 0
已回答
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 ...
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 ...
4 years 前 | 1
已回答
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...
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...
4 years 前 | 1
| 已接受
已回答
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...
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...
4 years 前 | 0
已回答
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...
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...
4 years 前 | 0
已回答
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...
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...
4 years 前 | 0
| 已接受