zhehao.nkd
Followers: 0 Following: 0
Statistiques
RANG
5 215
of 295 467
RÉPUTATION
9
CONTRIBUTIONS
14 Questions
4 Réponses
ACCEPTATION DE VOS RÉPONSES
78.57%
VOTES REÇUS
1
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to add spacing between columns in a heatmap?
Hello, I'm looking for a way to add spacing between columns of a heatmap ( show each column separately with some distance). It s...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
How to avoid omitting empty items while extracting part of a structure as an array?
For example, I have a structure s = struct; s(1).x = 1; s(1).name = 'John'; s(2).name = 'Sarah'; % Sarah has no x values...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How to horizontally merge cells of strings/chars for each row without writing a for-loop?
I have some m*n cells of char arrays, and the figure serves as an example for that. Is it possible to horizontally merge char ar...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How to merge very close bins in histogram/hiscounts
I have such a histogram ( saved as the *.mat file and attached), and I would like to "shapren" it by merging counts from very cl...
environ 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
How to use imtile, montage or any other methods to concatenate images without affecting the resolution?
I would like to concatenate several figures, each with a different size, for example: 1010x25056x3 uint8 1515x24360x3 uint8 202...
environ 2 ans il y a | 1 réponse | 0
1
réponseHow can I degug inside a parfor loop?
For those who are seeking for the solution, there is another possible option by using parfor and try-catch: parfor k = 1: len ...
plus de 2 ans il y a | 0
Question
How to eliminate the elements in an array from another array when there are repeated elements in both arrays?
For example, A = [ 1,2,2,2,3,4]; B = [1,2,2,3]; What I expect is A eliminate elements from B ( 2 with exact the same number o...
plus de 2 ans il y a | 1 réponse | 0
1
réponseHow 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...
presque 3 ans il y a | 0
| A accepté
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...
presque 3 ans il y a | 0
| A accepté
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...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 3 ans il y a | 2 réponses | 1
2
réponsesQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 3 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 3 ans il y a | 1 réponse | 0