Community Profile

photo

Erik


Last seen: 대략 1년 전 2011년부터 활동

Followers: 0   Following: 0

연락

Technical Medicine (Medical Sensing & Stimulation)

통계

All
  • Thankful Level 2
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 1
  • GitHub Submissions Level 3
  • First Submission
  • Knowledgeable Level 2
  • Thankful Level 1
  • First Answer
  • Scavenger Finisher
  • Solver

배지 보기

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...

대략 5년 전 | 답변 수: 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? ...

대략 6년 전 | 0

| 수락됨

제출됨


findduplicates
Find linear indices of duplicate elements in input.

대략 6년 전 | 다운로드 수: 1 |

제출됨


dirAll
Find all paths in the specified directory and its subdirectories.

대략 6년 전 | 다운로드 수: 1 |

제출됨


figures
A function to create multiple figure windows.

6년 초과 전 | 다운로드 수: 0 |

제출됨


Honeycomb
Tools for hexagonal binning (honeycomb plot) and visualisation

대략 7년 전 | 다운로드 수: 6 |

Thumbnail

답변 있음
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...

7년 초과 전 | 6

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7년 초과 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

7년 초과 전

질문


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...

7년 초과 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

7년 초과 전

문제를 풀었습니다


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

7년 초과 전

문제를 풀었습니다


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

7년 초과 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

7년 초과 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

7년 초과 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

7년 초과 전

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

7년 초과 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

7년 초과 전

답변 있음
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...

7년 초과 전 | 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...

7년 초과 전 | 답변 수: 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 ...

7년 초과 전 | 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 ...

7년 초과 전 | 답변 수: 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...

7년 초과 전 | 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...

7년 초과 전 | 답변 수: 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년 전 | 답변 수: 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...

8년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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)...

대략 9년 전 | 답변 수: 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...

9년 초과 전 | 0

| 수락됨

더 보기