Beantwortet
Parfor Indexing -- Basic question
ok. perhaps the original example wasnt the best! In my specific case B is a struct. with a very large number of fields. Hence...

mehr als 10 Jahre vor | 0

Frage


Parfor Indexing -- Basic question
How do you index into a variable if you dont know the size of the loop? In the first example below parfor works fine. A...

mehr als 10 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Which version of Perl is built into MATLAB? perl.m
Perl is included with the MATLAB® software on Microsoft® Windows® systems, and thus MATLAB users can run user-created MATLAB fun...

mehr als 10 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


Supress Command Line messages: system.m
I combine some text files into one big file: system('copy 1.txt+2.txt+3.txt MyBigFat.txt') This works fine, however it w...

mehr als 10 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Which Latex Characters does 2013A support : Warning: Unable to interpret LaTeX string
I often get this: Warning: Unable to interpret LaTeX string For example, plot(rand(10,1)); AX=legend('$\text{A,B}$');...

mehr als 10 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


Enhancement Wishes For MATLAB
On suggesting these to the dev team through enhancement requests, the answers I recieved said "we do not support this feature at...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Mutliple Copies of MATLAB on the same machine -- how to set the default
I had 2012A working fine on my machine. I just installed 2013A. I have code which automatically launches matlab from task ...

mehr als 10 Jahre vor | 4 Antworten | 2

4

Antworten

Frage


FFT: Amplitude 3D Spectrum of a time series
I have a synchronously sampled time series. I wish to plot the 3D spectra of the time series (time (seconds), frequency (Hz), am...

fast 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


fdesign.bandpass - Matching filters in Frequency and Time Domains
I am trying to use fdesign.bandpass for the first time. I have a filter I have created manually. I wish to use fdesign to cre...

fast 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to call a function on "dbstop if error"
I have a large and complex function. I set "dbstop if error" at the start of the function. If the function fails for some reaso...

fast 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Labelling a Double Axis Graph
We generate a double axis graph, as per the example <http://www.mathworks.co.uk/help/matlab/creating_plots/using-multiple-x-and-...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Using find with a vector without having to use a for loop
I have code which does for t = 1: length(vector2) idx(t) = find(vector <=vector2(t), 1, 'last'); end Can I cal...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Inserting view into subplot
I wish to insert a view image into a subplot, as below. I thought I could do it by passing axis object, but it fails. How ...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


ActiveX VT_ERROR, xlsread and Bloomberg API
I am running win7, office 2007, Bloomberg professional and Matlab 2011a. I have a value in an xlsx sheet equal to "=BDP('SPX ...

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
sendmail.m and Microsoft Exchange Server
I am writing in reference to your Service Request # 1-LM83B4 regarding 'How can I setup exchange server to send emails through t...

etwa 11 Jahre vor | 0

| akzeptiert

Frage


sendmail.m and Microsoft Exchange Server
I am using win7 on 2011B with Microsft Office 2007. We use a third party email service and I have a email address: me@mycompa...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Contiguous memory and relational operators
I have a 2D matrix of floats called data (approx size 1E5 x 2E2) and wish to test some conditions many times (>1e9 times) eg ...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Advice on a few bottlenecks in my code
According to the profiler, I have four lines of code taking up 99% of my CPU time. if(statment) pCond = (bold_Phi(...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Surf and XLIM YLIM -- setting the limits on a 3D graph doesnt seem to work?
I have the following code y=randn(50,50); x=randn(50,50); z=randn(50,50); surf(y,x,z); set(gca,'xlim',[0 2],'y...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Allocating elements in a large matrix takes a VERY long time. Why?
MATLAB is doing something I have never seen before. Can anyone explain to me the following behaviour: I have some code: ...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Why does Matlab not allow you to interupt a function mid execution?
This is more a question directed towards the mathworks staff. Why does MATLAB not let you interupt execution to see the varia...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Pre-calculating memory usage of repmat.m to avoid out of memory errors
Thank you for your suggestions. very helpful. I think the below script does want I need. function testLimit() %% 3GB ...

etwa 11 Jahre vor | 0

| akzeptiert

Frage


Pre-calculating memory usage of repmat.m to avoid out of memory errors
A and B are equal length vectors of my data. The max value in A is 100 and the max value in B is 20,000 and n = 2,500. I wish to...

etwa 11 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


What is the difference between delaunay.m and TriScatteredInterp.m
I have scattered data in 2D/3D. I wish to transform it onto a regular grid. What is the difference between delaunay.m and Tri...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Warning: Unable to interpret TeX string
I often use greek/ latin variables in my titles/ axis, with no problem. For example; figure; title('\bf My Output, \Thet...

etwa 11 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


Multiple Font Sizes in title: (Mixture of latex and English commands)
I have an image with a title. I wish to use a mixture of English and symbols. The English looks fine, however the symbols ...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Interp2.m -- Unclear how to form grid
I am trying to plot some data using interp2.m and I am stuck. I have a K*2 data set, which I wish to plot in 3D, with the 3r...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


3D Spline from 3D Scatter
I currently have a plot that looks like: figure; x = randn(1,1000); y = randn(1,1000); z = x.*y; ...

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Counting number of unique elements in a matrix
I have a matrix, 2xT. It contains value PAIRS that are unique and some that are repeated. I would like to order the matrix by...

etwa 11 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to vectorize a find
x = zeros(1000,1); x(76) = 1; x(100) = 1; x(200) = 1; I can do: first = find(x ==1, 1, 'first'); %the answer...

mehr als 11 Jahre vor | 3 Antworten | 0

3

Antworten

Mehr laden