![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/34249.jpg)
Alex Knight
National Physical Laboratory
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...
Statistics
RANK
6 237
of 297 016
REPUTATION
7
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
2
RANK
of 20 419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
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...
ungefär 13 år ago
Solved
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...
ungefär 13 år ago
Solved
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
ungefär 13 år ago
Solved
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:...
ungefär 13 år ago