photo

AJ


Lockheed Martin Mission Systems & Training

Last seen: 27일 전 2012년부터 활동

Followers: 0   Following: 0

메시지

통계학

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

배지 보기

Feeds

보기 기준

답변 있음
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...

3개월 전 | 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...

3개월 전 | 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...

4개월 전 | 답변 수: 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 ...

9개월 전 | 답변 수: 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...

대략 2년 전 | 답변 수: 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...

2년 초과 전 | 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...

2년 초과 전 | 답변 수: 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 -...

대략 6년 전 | 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...

거의 8년 전 | 답변 수: 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...

대략 9년 전 | 답변 수: 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 ...

거의 10년 전 | 답변 수: 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...

12년 초과 전 | 답변 수: 2 | 1

2

답변