Feeds
질문
Can you specify which value TestParameter properties take in a class-based unit performance test?
E.g. say I have the following performance test class: classdef MyPerftest < matlab.perftest.TestCase properties (Tes...
6년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to delete a graphics object when clearing the object handle variable?
E.g. f = figure; clear f; How can I programtically make it so that the figure that is created will be closed when the second...
거의 7년 전 | 답변 수: 1 | 0
1
답변제출됨
Rigbox
A MATLAB toolbox for running neurophysiological experiments and managing data
거의 7년 전 | 다운로드 수: 3 |
답변 있음
How can I label multiple boxplots with different symbols?
Ah, thanks so much Amy! Was wondering how to set properties of individual boxplots - I guess the 'children' of 'children' approa...
How can I label multiple boxplots with different symbols?
Ah, thanks so much Amy! Was wondering how to set properties of individual boxplots - I guess the 'children' of 'children' approa...
대략 8년 전 | 1
질문
How can I label multiple boxplots with different symbols?
In the 'boxplot' function, you are able to specify different colors for each boxplot. For example, if I have 4 boxplots, I can s...
대략 8년 전 | 답변 수: 2 | 0
2
답변질문
When running the DWT function from the signal processing toolkit in R2016b, I get errors in my returned cA and cD variables. Why is this happening?
Say I have a signal, 'x' = randn(32,1). When I run [cA cD] = dwt(x, 'wname') for a wavelet with 'wname' which has length greater...
거의 9년 전 | 답변 수: 0 | 0



