photo

AJ


Lockheed Martin Mission Systems & Training

Last seen: 26 jours il y a Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

10 Questions
4 Réponses

RANG
8 551
of 300 791

RÉPUTATION
5

CONTRIBUTIONS
10 Questions
4 Réponses

ACCEPTATION DE VOS RÉPONSES
80.0%

VOTES REÇUS
5

RANG
 of 21 091

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 108

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

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

Afficher les badges

Feeds

Afficher par

Question


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

26 jours il y a | 1 réponse | 0

1

réponse

Question


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

environ un an il y a | 1 réponse | 1

1

réponse

Réponse apportée
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...

plus d'un an il y a | 0

Réponse apportée
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...

plus d'un an il y a | 0

| A accepté

Question


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

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 2 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus de 3 ans il y a | 0

Question


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

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
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 -...

plus de 7 ans il y a | 1

Question


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

plus de 9 ans il y a | 1 réponse | 1

0

réponse

Question


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

plus de 10 ans il y a | 2 réponses | 0

2

réponses

Question


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

environ 11 ans il y a | 1 réponse | 1

1

réponse

Question


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

presque 14 ans il y a | 2 réponses | 1

2

réponses