photo

Bart Krekelberg


Last seen: 16 dagar ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

0 Questions
1 Answer

File Exchange

4 Files

Cody

0 Problems
5 Solutions

RANK
154 885
of 300 365

REPUTATION
0

CONTRIBUTIONS
0 Questions
1 Answer

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
0

RANK
6 114 of 20 933

REPUTATION
192

AVERAGE RATING
5.00

CONTRIBUTIONS
4 Files

DOWNLOADS
12

ALL TIME DOWNLOADS
1676

RANK
56 006
of 168 262

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

  • First Answer
  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 2
  • GitHub Submissions Level 3
  • First Submission
  • Solver

View badges

Feeds

View by

Submitted


dmxUsbPro
A Matlab interface for the Enttec DMX512 USB Pro device.

mer än ett år ago | 1 download |

0.0 / 5

Answered
Try to control DMX using ENTTEC and USB
If someone is running into this same problem, please try code I wrote to talk to the DMX USB Pro widget via the COM Port (undern...

ungefär 2 år ago | 0

Submitted


gdrive
A Matlab class to simplify uploading and downloading data to Google Drive.

nästan 7 år ago | 2 downloads |

5.0 / 5

Submitted


bayesFactor
A Matlab package for Bayes Factor statistical analysis

nästan 7 år ago | 7 downloads |

5.0 / 5

Submitted


mslurm
Toolbox to send Matlab jobs to an HPC cluster running the SLURM scheduler

nästan 7 år ago | 1 download |

0.0 / 5

Solved


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

mer än 11 år ago

Solved


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

mer än 11 år ago

Solved


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

mer än 11 å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...

mer än 11 å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:...

mer än 11 år ago