photo

Cris Luengo


Last seen: 13 days 前 自 2009 起处于活动状态

Followers: 0   Following: 0

消息

http://www.crisluengo.net/ Professional Interests: Image analysis

统计学

All
MATLAB Answers

3 个提问
12 个回答

File Exchange

9 文件

Cody

1 个问题
142 个答案

排名
1,950
of 297,503

声誉
33

贡献数
3 个提问
12 个回答

回答接受率
33.33%

收到投票数
14

排名
1,618 of 20,449

声誉
1,148

平均
4.80

贡献数
9 文件

下载次数
44

ALL TIME 下载次数
10751

排名
1,608
of 159,017

贡献数
1 个问题
142 个答案

评分
1,586

徽章数量
9

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer
  • Cody Challenge Master
  • Quiz Master
  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 2
  • First Review
  • GitHub Submissions Level 1
  • First Submission
  • Creator
  • Commenter
  • Promoter

查看徽章

Feeds

排序方式:

提问


How to modify the static Java path
The instructions here describe how to add JAR files to the bottom of the static Java path. Dynamic entries also are used last. T...

8 months 前 | 0 个回答 | 0

0

个回答

已回答
How to manually select the libstdc++ library to use to resolve a "version 'GLIBCXX_#.#.##' not found" error?
The official solution to this (notwithstanding a MathWorks staff member suggesting LD_PRELOAD), is to install a version of GCC t...

1 year 前 | 2

已回答
Why function gradmag isn´t working for me?
This code, which you have copied from <https://www.crisluengo.net/index.php/archives/217 my blog>, requires DIPimage to run. Get...

6 years 前 | 0

已回答
mxCreateSharedDataCopy no longer supported in R2018a
Note that the new C++ interface (introduced in R2018a) has documented ways of creating shared data copies: <https://www.mathw...

7 years 前 | 1

已回答
.mex File crashes when executed in rapid succession
pointer[(iField + iSensor * 11) * bufferSize + iElement] should probably be pointer[(iField + iSensor * 11) * nNoEleme...

7 years 前 | 1

| 已接受

已回答
UTF-8 strings in MEX-files
A solution when using C++11: I found this answer on StackOverflow: http://stackoverflow.com/a/38383389 It turns out C++11 ha...

8 years 前 | 1

| 已接受

提问


UTF-8 strings in MEX-files
This question has been asked here before, but not with any satisfying answers. Since all those answers, a new documented functio...

8 years 前 | 3 个回答 | 1

3

个回答

已回答
Determine if using HG2
Revisiting this issue. The best method discussed here is using `graphics` version. However, you currently get a warning when ...

8 years 前 | 0

已回答
Determine if using HG2
You can simply check the class of the figure handle: function tf = ishg2(fig) tf = isa(h,'matlab.ui.Figure'); or: ...

10 years 前 | 2

已回答
DIPimage initialise
If you downloaded DIPimage from its website, <http://www.diplib.org/>, you would have noticed three things: 1- The installati...

10 years 前 | 0

已回答
DIPimage – What is your experience?
Dear Marco, I am the main developer of DIPimage. Thank you for the nice words. I understand hesitation among people used t...

10 years 前 | 0

| 已接受

提问


Unlocking answers to last Cody problem?
I've written a valid answer to the last Cody problem, but it is not even close to the best answer. I have no idea how they made ...

12 years 前 | 1 个回答 | 2

1

个回答

已回答
[DISCONTINUED] Wish-list for MATLAB Answer sections.
I want to be able to down-vote questions and answers. I understand the current "positive reinforcement" philosophy, but sometime...

14 years 前 | 2

已回答
Why do I get the same numbers in "randn" function?
All you need to do is read the documentation for the function |randn|: <http://www.mathworks.com/help/techdoc/ref/randn.html> ...

14 years 前 | 0

已回答
How to display images with log axes?
This is quite interesting, as it shows how MATLAB operates internally. When you do image('CData', X, 'XData', [0.1 100])...

14 years 前 | 2