photo

Francesc Massanes Basi


Last seen: 5 months 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

4 个提问
0 个回答

Cody

0 个问题
5 个答案

排名
120,850
of 300,781

声誉
0

贡献数
4 个提问
0 个回答

回答接受率
50.0%

收到投票数
0

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
56,172
of 171,031

贡献数
0 个问题
5 个答案

评分
61

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Solver
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 0 个回答 | 0

0

个回答

已解决


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 前

已解决


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 前

已解决


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 前

已解决


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 前

已解决


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 前

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答