photo

Jai Bhagat


Last seen: 5 years ago Active since 2017

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

4 Questions
1 Answer

File Exchange

1 File

RANK
19,107
of 297,457

REPUTATION
2

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
14,211 of 20,438

REPUTATION
16

AVERAGE RATING
0.00

CONTRIBUTIONS
1 File

DOWNLOADS
2

ALL TIME DOWNLOADS
117

RANK

of 158,938

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

  • Thankful Level 2
  • GitHub Submissions Level 1
  • First Submission
  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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...

6 years ago | 1 answer | 0

1

answer

Submitted


Rigbox
A MATLAB toolbox for running neurophysiological experiments and managing data

6 years ago | 2 downloads |

0.0 / 5
Thumbnail

Answered
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...

7 years ago | 1

Question


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...

7 years ago | 2 answers | 0

2

answers

Question


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...

8 years ago | 0 answers | 0

0

answers