Community Profile

photo

Mark


Active since 2011

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Answered
Drawing a bar spanning across several dates in the x axis
I ended up using "area" plots to simulate what I wanted. Thanks for the no help

11 years ago | 1

| accepted

Question


Drawing a bar spanning across several dates in the x axis
I am trying to plot a bar chart with these characteristics: * The x axis is of dates * Each bar should span across multiple ...

11 years ago | 2 answers | 0

2

answers

Question


Writing a shared variable at the end of a parfor loop
Hi, I am using the parfor construct in Matlab. I need each worker to perform certain work and put the result in a matrix. The...

12 years ago | 1 answer | 0

1

answer

Answered
Labeling data points in plotyy
For reference, here's another solution I just found: %% Set the current axes set(gcf(), 'CurrentAxes', ax(i)); %% ...

12 years ago | 0

Question


Labeling data points in plotyy
I need to plot two bar series in different scales and thus I am using the plotyy function as in the example below. I'm trying to...

12 years ago | 2 answers | 0

2

answers

Question


Searching values in a dataset
Hi I need to apply some filters to a dataset, or just look for some specific quantity. However, I receive an error that the e...

12 years ago | 1 answer | 0

1

answer

Question


plotyy : align y axes at zero
When using plotyy I need to plot two different series. One on the left y axis, and the other on the right y axis. Both series co...

12 years ago | 1 answer | 1

1

answer

Question


Rename dataset variable
I am trying to rename a field in a dataset, but I get an error: >> someDS.Properties.VarNames{3} = 'NEWNAME'; ??? Error ...

12 years ago | 0 answers | 0

0

answers

Question


Writing nan values to text files
Hi, Is there any quick way to ask Matlab to always save nan values as "NaN" instead of "nan"? I use export (for saving datase...

12 years ago | 1 answer | 0

1

answer

Question


Accessing values of a field of a dataset
Hi, I need to access the values of a field in a dataset but the trick is that I don't know in advance the column name: it's p...

12 years ago | 1 answer | 0

1

answer

Answered
Create empty dataset and populate it row by row
Fangjun Jiang 23 minutes ago VarNames={'F1','F2'}; myDS=dataset([],[],'VarNames',VarNames)

12 years ago | 0

| accepted

Question


Create empty dataset and populate it row by row
Hi, I'm trying to create an object of the class dataset (Stats toolbox) with a few named "columns". I want such object to ini...

12 years ago | 2 answers | 0

2

answers

Question


Boxplot with multiline x axis labels
Hello, I'm trying to create a boxplot for two groups. Each group's label is multi line. I have tried the approach below, but t...

12 years ago | 2 answers | 0

2

answers

Answered
vcredist_x86.exe cannot be found
Just an update. The initial error that appears is this: ---------------- ERROR: Can't check VCRTs (line:793) System Error:2,...

12 years ago | 0

Question


vcredist_x86.exe cannot be found
I'm receiving the following error that prevents MATLAB R2010a (x64) from starting: ========= *Windows cannot find 'C:\Progra...

12 years ago | 1 answer | 0

1

answer