Statistics
RANK
118,219
of 300,756
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,077
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 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Can MATLAB connect to MongoDB over SSH tunnel?
I'm having an issue with using the mongodb conncector over an ssh tunnel. MATLAB is trying to connect straight into the server w...
5 years ago | 0 answers | 0
0
answersSolved
N-Queens Checker
Picture a chessboard populated with a number of queens (i.e. pieces that can move like a queen in chess). The board is a matrix,...
5 years ago
Solved
Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...
5 years ago
Solved
Television Screen Dimensions
Given a width to height ratio of a TV screen given as _w_ and _h_ as well as the diagonal length of the television _l_, return t...
5 years ago
Solved
Right and wrong
Given a vector of lengths [a b c], determines whether a triangle with those sides lengths is a right triangle: <http://en.wikipe...
5 years 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:...
5 years ago
Question
Reading 64 bit words
I have tried reading a binary file 64 bits at a time, and is not behaving as expecting. I have a binary file with the word = ...
5 years ago | 1 answer | 0
1
answerQuestion
Compiling large nested folder structure
Hello, I am having an issue when compiling a large and deep structure where some of the m files on nested folders do not get ...
5 years ago | 2 answers | 0
2
answersQuestion
Error using parpool with threads in 2020a
I have compiled a code that uses parpool("threads"), in 2020a, my code works as expected when run inside of matlab. However, onc...
5 years ago | 1 answer | 0


