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.
Statistik
RANG
4.089
of 295.467
REPUTATION
12
BEITRÄGE
0 Fragen
6 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
2
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
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...
mehr als 4 Jahre vor | 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 ...
mehr als 4 Jahre vor | 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...
mehr als 4 Jahre vor | 1
| akzeptiert
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
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
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