Frage


Fastest recursive search for files
From this answer, I learned that dir can search recursively for files in subdirectories, and it is about 3X faster than what I h...

etwa 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Checking if a nested field exists in a structure
I am building a structure whose fields and subfields are nested structures. I would like to cycle through a subfield, determine ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to fit a common linear trend observed across multiple sensors?
Let's say I have 10 noisy sensors measuring temperature vs time, and I want to fit a linear trend which is common across all 10 ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to retrieve a table entry using row name?
The function anova returns a 3x5 table and I would like retreive the value from the row named Model and column named pValue. How...

mehr als 3 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Getting a command like gather to run silently
I am using the command gather many times in a loop, and it throws out the following updates each time, Evaluating tall expressi...

mehr als 3 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Do I need anything more than a db file and the Database Toolbox to access a Sybase database?
I have been given two files MyDatabase.db and MyDatabase.log file by a coworker, who said they are a Sybase database. To access ...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Divide a 3D shape into equal-volume subregions?
Based on the comments, my original question was too open ended, so I am answering this to bring it to a close. A simple 3D divis...

mehr als 3 Jahre vor | 1

| akzeptiert

Frage


Divide a 3D shape into equal-volume subregions?
I have a 3D shape that can be approximated with Delauny triangularization or a convex hull. I would like to divide the shape int...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Are these the same: set(0, ... and set(groot, ...
Let's say I always want graphics to appear a certain way, so I put commands to set graphic preferences in my startup.m file. I h...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
What is the default transfer function for fitnet?
Greg, do you happe to know where in the documentation it says that tansig is the default? I can only find how to list all the ...

mehr als 3 Jahre vor | 1

Frage


Matlab equivalent for Octave command bitunpack
I have an Octave program that I would like to turn into Matlab code. The sticking point is the Octave bitunpack command, which r...

mehr als 3 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Is there a function in MATLAB for detecting points inside a polyhedron?
You could use inpolyhedron from the FEX, discussed here.

mehr als 3 Jahre vor | 0

Frage


How to get handle to legend in a specific axes?
I would like to find the handle to one legend that appears in a specific subplot, while there are a lot of other plots with lege...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to migrate command history to new computer?
Here is what I figured out from this answer, in case it helps someone. At the Matlab command prompt on old computer #1, enter ...

mehr als 3 Jahre vor | 2

| akzeptiert

Frage


How to migrate command history to new computer?
I have been using Matlab 2019b on one computer, and need to install it on another. Is there any way I can migrate my command his...

mehr als 3 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Setting different properties for some line objects stored in the same handle
Let's say I have a handle h1 that contains several line objects, like so: h1 = plot(1:10, rand(10, 25)); % h1 contains 10 line ...

mehr als 3 Jahre vor | 2 Antworten | 1

2

Antworten

Frage


Accessing field data in nonscalar structure array
Let's say I have a nested non-scalar structure array, Patient(1).Vitals.weight = 185; Patient(1).Vitals.temperature = [98 96 1...

fast 4 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
DOCTYPE error from xmlread
It turns out this was not an xmlread issue, and has nothing to do with AllowDoc, but instead is due to a problem with the XML fi...

fast 4 Jahre vor | 1

| akzeptiert

Frage


DOCTYPE error from xmlread
I have been given an XML file and am trying to read it with xmlread. If I call it either of the following ways, DOMNode = xmlre...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
What happened to plotxx?
There is also a plotxx in the File Exchange.

fast 4 Jahre vor | 0

Beantwortet
Is it possible to have a zero value in the pie-chart data in MATLAB 7.6 (R2008a)?
If you are doing this to plot a pie which is missing a slice, see here ('Partial Pie').

fast 4 Jahre vor | 0

Beantwortet
"The handle is invalid" when running an exe
Passing along the solution from here in case it helps someone: Due to the popup window that the exe generates, I needed to add a...

fast 4 Jahre vor | 0

| akzeptiert

Frage


"The handle is invalid" when running an exe
I would like to run an executable from the Matlab command line. However when I try system('MyProgram.exe') I get the error, U...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How can I move my MATLAB Path from my old version of MATLAB over to a new version?
Upgrading to R2019b from R2019a, I copied my personal directories into the new pathdef.m file using the R2019b matlab editor and...

fast 4 Jahre vor | 0

Frage


How to match an image subset in an image?
Let's say I have image #1, and a second smaller image #2 containing some of the pixels from image #1. The pixels in image #2 wer...

etwa 4 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
How to match an image subset in an image?
This is slow (15 seconds on my machine) but it seems to return the expected location, % Create a mask for selected pixels in ...

etwa 4 Jahre vor | 0

| akzeptiert

Frage


Import a Photoshop selection into Matlab
Let's say I have an image that I open in Photoshop, and I make a selection of a region, for example with the lasso tool. I would...

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Intensity profile line with interpolation
You can specificy the number of points, n, in improfile and also choose the interpolation method such as bicubic (avoid nearest ...

etwa 4 Jahre vor | 2

Beantwortet
how to get matlab 2019b
Now it's out; get it here.

etwa 4 Jahre vor | 1

Frage


Excluding Hough transform artifacts at 45 and -45 degrees
I am following steps in this example to find lines in my image, which contains a lot of nearly-horizontal lines. The Hough trans...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden