smsinks
Followers: 0 Following: 0
Statistics
RANK
7,343
of 295,448
REPUTATION
6
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
8,069 of 20,227
REPUTATION
107
AVERAGE RATING
5.00
CONTRIBUTIONS
4 Files
DOWNLOADS
5
ALL TIME DOWNLOADS
923
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
COVID-19 Predictions in Africa using the SIR-Model
Use this code to predict the spread of COVID-19 in Africa or any countries of your choosing
4 years ago | 2 downloads |
Question
Baseline Correction of IR Spectra
What's the MATLAB function for baseline correction of IR spectra? I have gone through the Signal Processing Toolbox documentatio...
4 years ago | 2 answers | 0
2
answersQuestion
Categorical Function Fails: Matlab 2019a
I just installed MATLAB 2019a and it seem that the "categorical" function not work. Now even on the MATLAB example. I get th...
5 years ago | 0 answers | 0
0
answersSolved
Count number of words in string
Count number of words in string Examples 'hi', answer is 1 'hi hi', answer is 2 'I enjoy cody', answer is 3
6 years ago
Question
How do I download a Reference Genome
I am going walking through a MATLAB example for Exploring Genome Wide Methylation... The instructions go like this: This exam...
7 years ago | 0 answers | 0
0
answersQuestion
COBRA update initialisations error updateCobraToolbox
What does the error below mean: Thanks >> updateCobraToolbox > Checking for available updates ... fatal: ambiguous argumen...
7 years ago | 0 answers | 0
0
answersSolved
Calculate the Hamming distance between two strings
Inspired by a similar Cody problem found <http://www.mathworks.com/matlabcentral/cody/problems/93-calculate-the-levenshtein-dist...
7 years 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...
7 years ago
Submitted
Reference Interval Verification and Definition
Tool for Verification and Definition of Biomedical Reference Intervals
7 years ago | 1 download |
Submitted
Easy T-test, Data Plot and Report
Perform T-test, Automated Transformation, Plotting and Reporting
7 years ago | 1 download |
Solved
Project Euler: Problem 5, Smallest multiple
2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. What is the smalle...
8 years ago