photo

Joshua Diamond


Active since 2017

Followers: 0   Following: 0

Statistics

All
MATLAB Answers

5 Questions
0 Answers

File Exchange

2 Files

RANK
40,162
of 300,603

REPUTATION
1

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
40.0%

VOTES RECEIVED
1

RANK
14,261 of 21,028

REPUTATION
17

AVERAGE RATING
0.00

CONTRIBUTIONS
2 Files

DOWNLOADS
2

ALL TIME DOWNLOADS
168

RANK

of 169,786

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Submitted


POE
A Whist engine in MATLAB

6 years ago | 1 download |

0.0 / 5
Thumbnail

Submitted


DiamondJM/DiamondKnife
A chess engine in MATLAB

7 years ago | 3 downloads |

0.0 / 5
Thumbnail

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 0 answers | 1

0

answers

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 2 answers | 0

2

answers

Question


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

8 years ago | 2 answers | 0

2

answers