AJ - MATLAB Central
photo

AJ


Lockheed Martin Mission Systems & Training

Last seen: 約1ヶ月 前 2012 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB AnswersFrom 02/12 to 04/25Use left and right arrows to move selectionFrom 02/12Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

9 質問
4 回答

ランク
8,551
of 297,972

評判
5

コントリビューション
9 質問
4 回答

回答採用率
77.78%

獲得投票数
5

ランク
 of 20,514

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,989

コントリビューション
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 ...

5ヶ月 前 | 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...

12ヶ月 前 | 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...

12ヶ月 前 | 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 ...

1年以上 前 | 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...

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

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

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

約13年 前 | 2 件の回答 | 1

2

回答