photo

Travis Leith


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
1 Answer

RANK
21,256
of 300,392

REPUTATION
2

CONTRIBUTIONS
2 Questions
1 Answer

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,373

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 Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
NET assembly unload conundrum
This is still an issue going into 2020 :(

6 years ago | 0

Question


How to convert a .Net array into something Matlab can understand?
I have managed to write some .net code and compile it to a dll, and call it successfully from Matlab. The resulting object expo...

6 years ago | 0 answers | 0

0

answers

Question


How to concatenate 2 cell arrays containing strings?
I have something like this x = arrayfun(@(i) sprintf("%s%i", 'xx', i), (0:6)'); which generates a 7x1 string array and behaves...

6 years ago | 1 answer | 0

1

answer