photo

Alex Knight


National Physical Laboratory

2011년부터 활동

Followers: 0   Following: 0

메시지

I'm a biochemist/biophysicist and I've been using MATLAB since version 5. Applications include the analysis of single-molecule data, spectral data, image processing and super-resolution microscopy. I also use LabVIEW a lot and wish there was better interoperability between the two...

통계학

All
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
GUI buttons dissapear when I open it in 2015a
I had a similar problem which turned out to be due to uipanels being stacked on top of my objects. See <http://uk.mathworks.com/...

대략 8년 전 | 0

질문


Why does the ecdf function return duplicate x values?
When calling the ecdf function (empirical cumulative distribution function), why is the first "x" value always duplicated? This ...

거의 10년 전 | 답변 수: 2 | 1

2

답변

질문


Nearest neighbour distances between random points
I am trying to model an experiment where molecules are randomly distributed on a 2D surface. What I want to know is: # How ar...

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

1

답변

문제를 풀었습니다


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Example...

12년 초과 전

문제를 풀었습니다


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

12년 초과 전

문제를 풀었습니다


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

12년 초과 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12년 초과 전

질문


Report generation toolbox gives warnings and no figures in R2011b
Code using the report generation toolbox that works fine under r2010b gives the following warning on r2011b: Converting rep...

12년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Removing white space in .emf plots
You can simply 'ungroup' the figure when you get it into PowerPoint and delete the unwanted white box. Then you can 'regroup' th...

13년 초과 전 | 1

| 수락됨

질문


Code for Maximum Intensity Projection
Does anyone know of any code or approach to doing a maximum intensity projection in MATLAB? I'm looking for a simple function th...

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

1

답변