JWTay - MATLAB Central
photo

JWTay


University of Colorado Boulder

Active since 2013

Followers: 0   Following: 0

Message

Image Analysis Specialist

Programming Languages:
Python, C, Javascript, MATLAB, HTML, CSS
Spoken Languages:
English
Pronouns:
He/him

Statistics

All
CodyMATLAB AnswersFile ExchangeFrom 03/13 to 05/25Use left and right arrows to move selectionFrom 03/13Use left and right arrows to move left selectionTo 05/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

2 Questions
2 Answers

File Exchange

3 Files

Cody

0 Problems
5 Solutions

RANK
4,639
of 298,498

REPUTATION
10

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
7

RANK
5,436 of 20,599

REPUTATION
232

AVERAGE RATING
5.00

CONTRIBUTIONS
3 Files

DOWNLOADS
105

ALL TIME DOWNLOADS
1892

RANK
54,681
of 161,486

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
60

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Submitted


CyAn
Cyanobacteria Image Analysis Toolbox

11 months ago | 1 download |

0.0 / 5
Thumbnail

Submitted


Bioformats Image Toolbox
A MATLAB class to read ND2 files

1 year ago | 104 downloads |

0.0 / 5
Thumbnail

Submitted


Linear Assignment Cell Tracker
Cell tracking based on the linear assignment framework

1 year ago | 1 download |

0.0 / 5
Thumbnail

Solved


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

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

Solved


How to subtract?
*&plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn &plusmn* * Imagine you need to subtract one...

7 years ago

Question


Testing private functions in classes
I'm wondering what the best way is to write unit tests for private functions and properties in classes. Say for example, I have ...

7 years ago | 5 answers | 4

5

answers

Question


Speeding up deletion of an object containing an array of handle objects
I am developing a (handle) class that acts as a container for an array of (also handle) objects. I'm doing this so I can use the...

8 years ago | 0 answers | 0

0

answers

Answered
Matlab unfolds folded code when I leave an open for/if loop (temporarily omit the "end" while working)
I've been encountering this bug and I did some testing and found that it occurs when there are at least two unmatched statements...

8 years ago | 3

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

8 years ago

Solved


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

8 years ago

Answered
Combination bad Latex equation printing and PropertyMaker error during MATLAB publish to PDF
I've been having the same problem with the math fonts so I had a look into it today. Unfortunately there is no good answer. The ...

12 years ago | 0