photo

AJ


Lockheed Martin Mission Systems & Training

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

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

10 질문
4 답변

순위
8,551
of 300,763

평판
5

참여
10 질문
4 답변

답변 채택
80.0%

획득한 표
5

순위
 of 21,082

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,923

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

배지 보기

Feeds

보기 기준

질문


mxArray values of plhs[] on entry to mexFunction()
I consider myself something of a verteran mex programmer. I was wondering if when the user calls a mex function like this: [a,...

18일 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

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

거의 14년 전 | 답변 수: 2 | 1

2

답변