Erik
Followers: 0 Following: 0
Technical Medicine (Medical Sensing & Stimulation)
Feeds
提问
Efficient method to detect nonzero value trains up to a certain lenght?
I have data as follows (either numerical or logical, it doesn't matter in this case): [0 1 0 1 1 0 1 1 1 0 1 1 1 1 0] Every 0...
6 years 前 | 2 个回答 | 0
2
个回答已回答
How can I start MATLAB?
That's a strange error. Did your MATLAB installation install successfully and completely? Is your Java installation up-to-date? ...
How can I start MATLAB?
That's a strange error. Did your MATLAB installation install successfully and completely? Is your Java installation up-to-date? ...
7 years 前 | 0
| 已接受
已回答
What is best practice to determine if input is a figure or axes handle?
Another option I found inside the undocumented axescheck function is the specification of a type to check for when using isgraph...
What is best practice to determine if input is a figure or axes handle?
Another option I found inside the undocumented axescheck function is the specification of a type to check for when using isgraph...
8 years 前 | 6
提问
Push to remote repo on GitHub: my account has two-step verification turned on, not authorized error
I've enabled two-factor authentication (aka two-step verification) for my GitHub account. Whenever I login to GitHub, I should b...
8 years 前 | 1 个回答 | 0
1
个回答已回答
How to get the mean of ROC curves using Matlab?
I guess the matrix rows are the ROC-curves, each a number of elements in every column (ans a few NaN after the 1). Then you coul...
How to get the mean of ROC curves using Matlab?
I guess the matrix rows are the ROC-curves, each a number of elements in every column (ans a few NaN after the 1). Then you coul...
8 years 前 | 0
提问
What is best practice to determine if input is a figure or axes handle?
I've been confused about MATLAB graphics since change to the new graphics system. I do not know how I can check for a variable b...
8 years 前 | 4 个回答 | 1
4
个回答已回答
How to use medfilt1 on different computers
Using a function from a toolbox you have not installed on a different computer is not allowed. You could implement your own 1-D ...
How to use medfilt1 on different computers
Using a function from a toolbox you have not installed on a different computer is not allowed. You could implement your own 1-D ...
8 years 前 | 0
提问
Where do I find the MATLAB Online terms of access?
I want to review the MATLAB Online terms of access. I accepted them the first time I logged in to matlab.mathworks.com, but now ...
8 years 前 | 1 个回答 | 0
1
个回答已回答
Is it allowed to publish an extension to a built-in function on File Exchange?
In the meantime I could solve the problem as follows, which is allowed I believe: At the point(s) where I want to insert code...
Is it allowed to publish an extension to a built-in function on File Exchange?
In the meantime I could solve the problem as follows, which is allowed I believe: At the point(s) where I want to insert code...
8 years 前 | 0
提问
Is it allowed to publish an extension to a built-in function on File Exchange?
I have a great idea for additional functionality of a built-in function from a MATLAB toolbox. For this extension to work, I'd n...
8 years 前 | 4 个回答 | 0
4
个回答提问
Bug? Datetime creation produces both NaT and 1-Jan-1970 values.
When I run the following code in either R2014b or R2016a I get: clear d, d(:,2) = datetime(randi(10,5,3)) d = NaT ...
8 years 前 | 1 个回答 | 0
1
个回答提问
Using datetime in R2014a (prior to its introduction in R2014b)
The |datetime| class was added in MATLAB R2014b. However, the version I'm forced to use on a work computer is R2014a, unfortunat...
9 years 前 | 1 个回答 | 0
1
个回答提问
Figures don't resize, but axes do (with almost the same commands)
I resize axes to a certain resolution (seconds per centimetre) and I try to resize the figure's size accordingly. The figure won...
9 years 前 | 0 个回答 | 0
0
个回答提问
MATLAB doesn't exit, all windows close, but MATLAB.exe persists in Task Manager
Well, the title says it all. Is this a common problem? What could cause and fix this? I'm on Win8x64 and I use R2014b. When I...
9 years 前 | 1 个回答 | 1
1
个回答提问
I can't run Activate (Mac OS X 10.10) to reactivate expired MATLAB license
I can't run the license activation application (Activate from MATLAB.app -> show package contents). My computer (Mac OS X 10.10)...
10 years 前 | 1 个回答 | 0
1
个回答已回答
linear fit of a semilog graph
You should sort the values in Ntot using [Ntot,i] = sort(Ntot); and sort Ftot accordingly using Fto...
linear fit of a semilog graph
You should sort the values in Ntot using [Ntot,i] = sort(Ntot); and sort Ftot accordingly using Fto...
10 years 前 | 0
| 已接受
已回答
Create a Simulink model with script
Use block = add_block(...); to get the block handle. Set parameters using set_param(block,param,value) Where ...
Create a Simulink model with script
Use block = add_block(...); to get the block handle. Set parameters using set_param(block,param,value) Where ...
10 years 前 | 0
| 已接受
已回答
Stacking multiple 2D images to form 3D image.
You could use MedicalViewer for .mat files of .dcm (dicom) files. I don't know the .ima format, but I'm sure someone knows if th...
Stacking multiple 2D images to form 3D image.
You could use MedicalViewer for .mat files of .dcm (dicom) files. I don't know the .ima format, but I'm sure someone knows if th...
14 years 前 | 1