
zhehao.nkd
Statistics
RANK
6.834
of 257.834
REPUTATION
5
CONTRIBUTIONS
8 Questions
2 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
1
RANK
of 17.768
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 110.061
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
How to split binary cells and convert them to dec?
C{1} = {'0100101000101000'}; C{2} = {'0100101000101000'}; C{3} = {'0100101000101000'}; if C is your original cell, then: cel...
4 meses ago | 0
| accepted
How to fix the mapping between colors and values?
I found out the solution by using caxis manual caxis([0,3]); But the prerequisite is that the values should be linearlly dis...
4 meses ago | 0
| accepted
Question
How to fix the mapping between colors and values?
I have a few matrices containing different integers, and I know all the possible intergers which can be found within these matr...
4 meses ago | 2 answers | 0
2
answersQuestion
How to terminate drawline() with a buttonPushedCallback?
I would like to repeat the drawline command for selecting multiple ROIs in a figure axes, and I hope to stop the while-loop afte...
11 meses ago | 1 answer | 0
1
answerQuestion
Why readtable() function cannot read an xlsx file properly?
I have an xlsx file with multiple sheets, and each sheet have 558 rows of data. To read data from a single sheet (e.g. the thir...
12 meses ago | 1 answer | 0
1
answerQuestion
How to draw a high-contrast spectrogram?
Some software for sound analysis can draw spectrograms with higher contrast (backgrounds are almost zero). I was wondering what ...
12 meses ago | 1 answer | 1
1
answerQuestion
How can I force the time-axis unit of spectrogram to be 'second(s)' ?
When I use the spectrogram function (https://www.mathworks.com/help/signal/ref/spectrogram.html) , I find that depends on the ti...
12 meses ago | 1 answer | 0
1
answerQuestion
Trouble with parfor due to the way of indexing a cell
I tried to write the constructor for the Class Analysis I defined. One of its property e is a cell and each element of the cell ...
alrededor de 1 año ago | 0 answers | 0
0
answersQuestion
How to design a Class to apply operations for a collection of data?
For example, I have two collections of data, audio stimuli and neurons' response to these audios. What I need is to (1) calculat...
alrededor de 1 año ago | 1 answer | 0
1
answerQuestion
Is it possible to write methods that iteratively process each element of an objectarray without writing for-loops each time?
If I have such an objectarray: classdef ObjectArray properties Value end methods function obj = Objec...
alrededor de 1 año ago | 1 answer | 0