Rebecca Krosnick
MathWorks
2015 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
23 回答
ランク
of 171,018
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
maxNumCompThreads(1);
maxNumCompThreads(1) should still work. The documentation page for maxNumCompThreads indicates that maxNumCompThreads will be re...
maxNumCompThreads(1);
maxNumCompThreads(1) should still work. The documentation page for maxNumCompThreads indicates that maxNumCompThreads will be re...
10年弱 前 | 0
回答済み
Remove frame from volume data
Are you trying to automatically remove the frame? Perhaps image segmentation features in the Image Processing Toolbox would be h...
Remove frame from volume data
Are you trying to automatically remove the frame? Perhaps image segmentation features in the Image Processing Toolbox would be h...
10年弱 前 | 0
回答済み
DAQ output randomly stops during continuous acquisition
I tried running your code in MATLAB R2014a (after creating the simulated device in NI MAX) and got the following output in MATLA...
DAQ output randomly stops during continuous acquisition
I tried running your code in MATLAB R2014a (after creating the simulated device in NI MAX) and got the following output in MATLA...
10年弱 前 | 1
回答済み
print figure to pdf - each plotted line gets split into smaller segments, leaving small gaps between them
When I changed the number of points to 100 it seems the curves are no longer broken up into segments. I do not see those gaps. I...
print figure to pdf - each plotted line gets split into smaller segments, leaving small gaps between them
When I changed the number of points to 100 it seems the curves are no longer broken up into segments. I do not see those gaps. I...
10年弱 前 | 0
| 採用済み
回答済み
Detection of a contact zone between object on image
Here are some links that may be helpful: * http://www.mathworks.com/products/image/ * http://www.mathworks.com/discovery/ima...
Detection of a contact zone between object on image
Here are some links that may be helpful: * http://www.mathworks.com/products/image/ * http://www.mathworks.com/discovery/ima...
10年弱 前 | 0
回答済み
coder using static memory allocation.
You can configure MATLAB Coder to use static memory allocation by following the instructions at this link: http://www.mathworks....
coder using static memory allocation.
You can configure MATLAB Coder to use static memory allocation by following the instructions at this link: http://www.mathworks....
10年弱 前 | 1
回答済み
implementation of subclass from triangulation
It seems that we cannot create a subclass of "triangulation". Instead, you can create a class that has a "triangulation" object ...
implementation of subclass from triangulation
It seems that we cannot create a subclass of "triangulation". Instead, you can create a class that has a "triangulation" object ...
10年弱 前 | 0
回答済み
xlsread converts whole array to logical
I was able to reproduce this behavior (where the whole numeric array output is actually a logical array) in MATLAB R2015a, but M...
xlsread converts whole array to logical
I was able to reproduce this behavior (where the whole numeric array output is actually a logical array) in MATLAB R2015a, but M...
10年弱 前 | 1
| 採用済み
回答済み
Has anybody compiled mtimesx and work with with MatlabR2015b? Also does anybody have an experience of running mtimesx in parallel computing toolbox?
I haven't used mtimesx, but if you are interested in calling the function on different workers, you will need to make sure each ...
Has anybody compiled mtimesx and work with with MatlabR2015b? Also does anybody have an experience of running mtimesx in parallel computing toolbox?
I haven't used mtimesx, but if you are interested in calling the function on different workers, you will need to make sure each ...
10年弱 前 | 1
回答済み
How to evaluate a cell of function handles?
Using the "cellfun" function as you have pointed out is a good way to apply a function to each cell in a cell array. If you w...
How to evaluate a cell of function handles?
Using the "cellfun" function as you have pointed out is a good way to apply a function to each cell in a cell array. If you w...
10年弱 前 | 1
回答済み
Log actual/real simulation time in simulink
Simulink does not provide a feature for this, but the following MATLAB Answers post provides some workarounds: http://www.mathwo...
Log actual/real simulation time in simulink
Simulink does not provide a feature for this, but the following MATLAB Answers post provides some workarounds: http://www.mathwo...
約10年 前 | 0
回答済み
How to disable the arrows on the nyquist plot?
The arrows provide important information about the frequency response, and as a result there is not a way to disable the arrows....
How to disable the arrows on the nyquist plot?
The arrows provide important information about the frequency response, and as a result there is not a way to disable the arrows....
約10年 前 | 1
回答済み
unable to install the webcam support package on matlab R2015a version
First verify that the physmod_sm_sli_setup.dll file is present at C:\Program Files\MATLAB\R2015a\bin\win32\physmod_sm_sli_setup....
unable to install the webcam support package on matlab R2015a version
First verify that the physmod_sm_sli_setup.dll file is present at C:\Program Files\MATLAB\R2015a\bin\win32\physmod_sm_sli_setup....
約10年 前 | 0
回答済み
Unable to find analytical solution to integral
You are not doing anything wrong. "int" just is not able to compute a closed form of the integral in this case. It is possible a...
Unable to find analytical solution to integral
You are not doing anything wrong. "int" just is not able to compute a closed form of the integral in this case. It is possible a...
約10年 前 | 1
回答済み
GUI - set a object to be selectable or not
plotedit(figHandle, 'off'); will turn off plot edit mode for the figure with handle "figHandle". You will then no longe...
GUI - set a object to be selectable or not
plotedit(figHandle, 'off'); will turn off plot edit mode for the figure with handle "figHandle". You will then no longe...
約10年 前 | 1
回答済み
Solving Time Delay Integral?
How is rs defined? If it is not a scalar, then the error is caused by 1/(1-rs/r) You cannot divide the scalar "1" by a m...
Solving Time Delay Integral?
How is rs defined? If it is not a scalar, then the error is caused by 1/(1-rs/r) You cannot divide the scalar "1" by a m...
約10年 前 | 0
回答済み
Parfor detailed error message?
How do you create the database connection in your code? Note that when using the Database Toolbox with "parfor", you need to cre...
Parfor detailed error message?
How do you create the database connection in your code? Note that when using the Database Toolbox with "parfor", you need to cre...
約10年 前 | 4
回答済み
Adding an arrow to a polar plot
There is not a single function or property in MATLAB that will allow you to add arrows to a polar plot to indicate orientation, ...
Adding an arrow to a polar plot
There is not a single function or property in MATLAB that will allow you to add arrows to a polar plot to indicate orientation, ...
約10年 前 | 1
| 採用済み
回答済み
How can I add a login in raspberry with the Raspbian OS downloaded by the Simulink support package?
The following raspberrypi.org link explains how to modify your password on Raspbian: https://www.raspberrypi.org/documentation/l...
How can I add a login in raspberry with the Raspbian OS downloaded by the Simulink support package?
The following raspberrypi.org link explains how to modify your password on Raspbian: https://www.raspberrypi.org/documentation/l...
約10年 前 | 0
回答済み
libmwservices.dll missing after installation
The following MATLAB Answers post may be helpful: http://www.mathworks.com/matlabcentral/answers/95327-why-does-matlab-crash-on-...
libmwservices.dll missing after installation
The following MATLAB Answers post may be helpful: http://www.mathworks.com/matlabcentral/answers/95327-why-does-matlab-crash-on-...
約10年 前 | 0
回答済み
How do I add new imroi objects to an array?
My understanding is that you would like to use the "line_objects" variable across callbacks in your GUI. Rather than trying to p...
How do I add new imroi objects to an array?
My understanding is that you would like to use the "line_objects" variable across callbacks in your GUI. Rather than trying to p...
約10年 前 | 0
| 採用済み
回答済み
Error in downloading support packages in Matlab R2015b
Check with your IT department to see if your organization uses a proxy server. As the error message indicates, your proxy settin...
Error in downloading support packages in Matlab R2015b
Check with your IT department to see if your organization uses a proxy server. As the error message indicates, your proxy settin...
約10年 前 | 0
回答済み
How might I freeze the adaptation of the TimeDelayLCMVBeamformer?
Unfortunately there is not a supported workflow for freezing the adaptation, and there is not a way to invoke particular coeffic...
How might I freeze the adaptation of the TimeDelayLCMVBeamformer?
Unfortunately there is not a supported workflow for freezing the adaptation, and there is not a way to invoke particular coeffic...
約10年 前 | 0
| 採用済み

