Community Profile

photo

Joshua Diamond


Aktiv seit 2017

Followers: 0   Following: 0

Statistiken

All
  • First Review
  • GitHub Submissions Level 2
  • First Submission
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Matlab Coder support for object arrays
Wondering if MATLAB Coder supports object arrays. I'm looking to convert some of my code (for a chess program), which includes o...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error message: matlab Variable "VARNAME" is inaccessible. When a variable appears on both sides of an assignment statement, the variable may become temporarily unavailable during processing.
My code looks something like this: [inputObject,Container] = myfunction(inputObject,param1,param2,Container); Container ...

mehr als 6 Jahre vor | 0 Antworten | 1

0

Antworten

Frage


Range and DOA for spherical wave
I'm looking for a MATLAB implementation of an algorithm that computes DOA (direction of arrival) for spherical waves. Most DO...

fast 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Object property as function argument
Hey all, I want one of the functions in my class to contain an input parameter which is a property of an object of that class. ...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Test for within cell array boundaries
Is there a test for whether or not a cell is within a cell array's boundaries? For example, myarray = cell(8); inbounds(...

fast 7 Jahre vor | 2 Antworten | 0

2

Antworten