photo

Or Nahir


Last seen: 2 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
3 个回答

排名
41,627
of 300,759

声誉
1

贡献数
6 个提问
3 个回答

回答接受率
33.33%

收到投票数
1

排名
 of 21,081

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,900

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

Feeds

排序方式:

提问


How to use timescope LayoutDimensions
Hi, I have 4 signals each containing 4 channels. I want to show them in a timescope with 2x2 layout (using LayoutDimensions pro...

5 years 前 | 1 个回答 | 1

1

个回答

已回答
In place function on a structure or a class
I think this behavior is even more interesting. It seems as if a struct cannot free the pointer to an array. So once you assigne...

7 years 前 | 0

提问


In place function on a structure or a class
Hi, I've encountered the following problem with in place editing. I have an in-place function, x = f(x). If I put x in a stru...

7 years 前 | 1 个回答 | 0

1

个回答

提问


changing the way object are displayed (overloading openvar)
Hi, I've implemented a class in which I overloaded many basic function likes size, subsref, etc. The problem is that when ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Calling a function from within a nested package
Hi, I want to build my project in using package. The problem is that I can't use nested packages because of the following pro...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Avoid Copies of Large Arrays doesn't work (c++)
So it does seem to work after all. The problem is that Matlab does operation in place only if the the code is in a function and ...

7 years 前 | 0

| 已接受

已回答
mxUnshareArray doesn't seem to work
I found a solution using the new Matlab::data api. I'm posting it on my other post. Please check it on: <https://www.mathw...

7 years 前 | 0

| 已接受

提问


Avoid Copies of Large Arrays doesn't work (c++)
Hi, I'm trying to write a simple function to verify that my c++ code won't copy large arrays, like in this example: <https...

7 years 前 | 1 个回答 | 0

1

个回答

提问


mxUnshareArray doesn't seem to work
Hi, I'm trying to write a very simple function to learn how to write mex in place function. I wrote the following function...

7 years 前 | 2 个回答 | 0

2

个回答