photo

AJ


Lockheed Martin Mission Systems & Training

Last seen: 2 months 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

9 个提问
4 个回答

排名
8,551
of 299,737

声誉
5

贡献数
9 个提问
4 个回答

回答接受率
77.78%

收到投票数
5

排名
 of 20,791

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 165,655

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3
  • First Review
  • First Answer
  • Revival Level 1

查看徽章

Feeds

排序方式:

提问


C++ Mex function being passed a MATLAB class object
In my application, I want to have a mex function that accepts an argument that is a custom (but simple) class object with class ...

10 months 前 | 1 个回答 | 1

1

个回答

已回答
How to fix my linear fit model?
Here is how I would have solved the problem, going back to linear regression principles. function explore_two_line_fit % explo...

1 year 前 | 0

已回答
How do I process a string class in a mex function?
Given that MATLAB can't/won't support strings in mex environment, I did have to resort to mexCallMATLAB() by calling the char ca...

1 year 前 | 0

| 已接受

提问


How do I process a string class in a mex function?
I would like to pass a string (not a character array, but a class object of type "string") into a mex function, such as: myMexF...

1 year 前 | 2 个回答 | 0

2

个回答

提问


Setting a class object property of type string class in a Coder project
I'm generally please with MATLAB's support for classes in Coder. But I am running into an issue I don't know how to solve. The ...

2 years 前 | 1 个回答 | 0

1

个回答

提问


Eigen Decomposition of Hermitian symmetric matrix using MATLAB Coder
I'm planning to implement the eig function as part of a MATLAB coder project. The input matrix is complex, and Hermitian symmet...

3 years 前 | 1 个回答 | 0

1

个回答

已回答
Create variable number of random streams (unique, deterministic, independent)
With some experimentation, the use of cell arrays is a one solution: K = 4; myStreams = cell(1,K); [myStreams{:}] = RandStrea...

3 years 前 | 0

提问


Create variable number of random streams (unique, deterministic, independent)
For our simulations, we wish to have repeatable (pseudo-)random number generation. The problem with using a "global " random st...

3 years 前 | 2 个回答 | 0

2

个回答

已回答
How to get current date and time within a MATLAB Coder file
This code works for me, using Matlab R2016b, with Microsoft Visual Studio 2010: function my_now = now_coder %now_coder -...

7 years 前 | 1

提问


Why do I get "PKIX path building failed" whien installing "xilinxzynqbasedradio.mlpkginstall"?
I am trying to install the support package for Xilinx Zynq based radio "xilinxzynqbasedradio.mlpkginstall", but get the followin...

9 years 前 | 0 个回答 | 1

0

个回答

提问


Matlab efficiency - Pass by reference
My Matlab project uses a main class object to manipulate data. The class object is fairly complex from a data structure perspect...

10 years 前 | 2 个回答 | 0

2

个回答

提问


Is there a function similar to rbbox that draws a line from corner to corner?
I am currently using rbbox to select a point on the axis and draw a ray to some other point. The rbbox draws the outline of the ...

11 years 前 | 1 个回答 | 1

1

个回答

提问


codegen: Problems using a structure as an input parmeter
I am developing a codegen project with multiple functions. One function BAR1 returns a structure of type FOO. Another function...

13 years 前 | 2 个回答 | 1

2

个回答