Evan - MATLAB Central
photo

Evan


Massachusetts Institute of Technology

2014 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 10/14 to 03/25Use left and right arrows to move selectionFrom 10/14Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

22 質問
7 回答

ランク
10,442
of 297,775

評判
4

コントリビューション
22 質問
7 回答

回答採用率
54.55%

獲得投票数
4

ランク
 of 20,469

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,513

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • First Review
  • Thankful Level 3

バッジを表示

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年以上 前 | 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...

7年弱 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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...

8年弱 前 | 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...

8年弱 前 | 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 ...

8年弱 前 | 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...

8年弱 前 | 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 =...

8年弱 前 | 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...

8年弱 前 | 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...

8年弱 前 | 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...

約8年 前 | 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...

約8年 前 | 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...

約8年 前 | 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年 前 | 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年 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 2 件の回答 | 1

2

回答