photo

adam honse


Last seen: 1 year ago Active since 2017

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
3,814
of 299,003

REPUTATION
14

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
7

RANK
 of 20,659

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163,074

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

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
How programmatically know if an Update is installed for a particular matlab release?
Maybe this helps. [ver datestr] = version ver = '9.9.0.1495850 (R2020b) Update 1' datestr = 'September 30...

4 years ago | 0

Answered
How can I import data from .csv file with numeric values and texts (with column headers) into MATLAB Workspace?
[~,~,data] = xlsread('myfile.csv') works just fine for csvs.

7 years ago | 7

Question


Level 2 C++ S-function not showing multiple input output ports
Hello, I have a C++ Level 2 Sfunction that is compiling via Mex but when i bring it into simulink, it shows only one input port...

7 years ago | 2 answers | 0

2

answers

Question


mbuild setup fails / crashes, while mex setup works / succeeds / passes in 2017a windows 7
Howdy, Trying to make an s-function outside of matlab, and the mingw make utility is citing "undefined reference : mxGetPr" in ...

7 years ago | 1 answer | 0

1

answer