Feeds
提问
"valid indices for 'a' are restricted in PARFOR loops" for unindexed struct?
For the following code: parfor k = 1:2 a.b = k; end I'm getting the error "valid indices for 'a'...
6 years 前 | 1 个回答 | 0
1
个回答提问
Avoid refocusing editor to current line after error when debugging?
When debugging/building a functions/scripts, I'll often run blocks of edited code while execution is paused. Frequently, this re...
6 years 前 | 1 个回答 | 0
1
个回答Undocumented behavior of smooth()?
From Mathworks support: _I have submitted an enhancement request for this to be considered and officially documented in futur...
7 years 前 | 0
| 已接受
提问
Undocumented behavior of smooth()?
*Update*: I submitted a support request for this issue, and it's been forwarded to the development and documentation teams. *...
7 years 前 | 1 个回答 | 1
1
个回答提问
Best way to keep sequential graphics-updating commands from interfering?
I've noticed that sometimes, performing multiple graphics-manipulating actions in immediate succession can lead to irregularitie...
7 years 前 | 1 个回答 | 1
1
个回答提问
Generate comma separated list in single line of code?
I would like to put a piece of code within an expression which generates a comma separated list, *without* having to create a du...
7 years 前 | 4 个回答 | 0
4
个回答提问
Index slice of ND array of unknown dimension
Let's say I have a 3D array A, and I want to remove a slice: A(i,:,:) = []; But what if I don't know the dimension of th...
7 years 前 | 1 个回答 | 0
1
个回答提问
Calculation of Schur complement returns matrix which is not positive semidefinite
I'm trying to implement some basic Gaussian process regression. I know Matlab has functions that do this but I want to do a bit ...
7 years 前 | 0 个回答 | 1
0
个回答提问
Why is pca() faster than svd()?
The <https://www.mathworks.com/help/stats/pca.html documentation for the pca() function> says that 'svd' is the default algorith...
7 years 前 | 1 个回答 | 0
1
个回答Function like text() but with auto placement like legend?
Here's another hack, based on a suggestion from Mathworks support. function hOut = AutoText(textString,varargin) l =...
7 years 前 | 0
提问
Function like text() but with auto placement like legend?
Does such a function exist which simply addes some text to a plot, without having specify the x/y location, and without also add...
7 years 前 | 5 个回答 | 0
5
个回答提问
Hacky unconstrained vs. constrained numerical optimization
Short version: Why is unconstrained optimization with a constraint "hacked" into the objective function working while constraine...
7 years 前 | 0 个回答 | 0
0
个回答What is the rationale for letting DataAspectRatio (etc.) be inaccurate while stretch-to-fit is enabled?
From The Mathworks support: _The stretch-to-fill behavior is not taken into account in daspect when stretch-to-fill is on due...
7 years 前 | 0
| 已接受
How to get accurate DataAspectRatio when stretch-to-fit is enabled?
From Mathworks support: _The technique of setting bpaspect to manual and then back may be "safe" (although I wouldn't be surp...
7 years 前 | 0
| 已接受
Need help understanding stretch-to-fit associated behavior
Answer is <https://www.mathworks.com/help/matlab/ref/axes-properties.html?s_tid=srchtitle#property_d0e56952 here>. When LimitMod...
7 years 前 | 0
| 已接受
提问
How to get accurate DataAspectRatio when stretch-to-fit is enabled?
Matlab <https://www.mathworks.com/help/matlab/ref/daspect.html#bus0nbw documentation> states that when stretch-to-fill is enable...
8 years 前 | 1 个回答 | 0
1
个回答提问
What is the rationale for letting DataAspectRatio (etc.) be inaccurate while stretch-to-fit is enabled?
Matlab <https://www.mathworks.com/help/matlab/ref/daspect.html#bus0nbw documentation> states that when stretch-to-fill is enable...
8 years 前 | 1 个回答 | 0
1
个回答提问
Need help understanding stretch-to-fit associated behavior
Matlab <https://www.mathworks.com/help/matlab/ref/daspect.html#bus0nbw documentation> states that when stretch-to-fill is enable...
8 years 前 | 1 个回答 | 0
1
个回答提问
How to equalize width & aspect between axes?
I have two plots stacked vertically. In one, the x and y data have the same units, so I'm using "axes equal." In the second, x &...
8 years 前 | 1 个回答 | 0
1
个回答提问
Python in Matlab: accessing list of lists
I have some code that generates a Python list of Python lists. Unfortunately I don't seem to be able to access the contents. I g...
9 years 前 | 1 个回答 | 0
1
个回答提问
mdl object: put "F-statistic vs. constant model: ... , p-value = ..." into variable
fitlm() displays, among other things, the F-statistic and p-value for the fit as a whole. I can't find these values in the mdl o...
9 years 前 | 2 个回答 | 0
2
个回答提问
finddelay returns identical value (0) for "best" and "worst" case.
I'm curious about what the reasoning could be for having finddelay() return 0 if no significant correlation is found. That means...
9 years 前 | 1 个回答 | 0
1
个回答提问
Running Python script with oauth2 via matlab
I'm trying to run a Python script that updates a Google spreadsheet with values calculated with Matlab. I'm using the <https://g...
9 years 前 | 0 个回答 | 0
0
个回答Update Python module in Matlab
Editing and reloading a Python® module in the same MATLAB session. To use an updated module, restart MATLAB. Also see: <htt...
9 years 前 | 0
| 已接受
提问
Update Python module in Matlab
I'm trying to run a Python script using Matlab's built-in py. It's pretty simple, but I'm running into some difficulty drying to...
9 years 前 | 1 个回答 | 0
1
个回答提问
Error importing matlab.engine into Python
I tried the solution from a <http://www.mathworks.com/matlabcentral/answers/221969-matlab-engine-for-python-import-failure previ...
9 years 前 | 1 个回答 | 0
1
个回答-maxNumCompThreads, hyperthreading, and parpool
I was wrong about maxNumCompThreads not working on parpool workers. I think the problem was that the code I was using: parf...
10 years 前 | 0
| 已接受
提问
physical vs. logical core allocation for Matlab in slurm
I'm a user on a slurm cluster which is configured to consider each physical core to have two CPUs for allocation (via hyperthrea...
10 years 前 | 1 个回答 | 0
1
个回答提问
-maxNumCompThreads, hyperthreading, and parpool
I'm running Matlab R2014a on a node in a Linux cluster that has 20 cores and hyperthreading enabled. I know this has been discus...
10 years 前 | 2 个回答 | 1