photo

Bin Han


Karlsruher Institut für Technologie

Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
2 Answers

RANK
18,505
of 301,261

REPUTATION
2

CONTRIBUTIONS
2 Questions
2 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
1

RANK
 of 21,209

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,690

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Answered
FFT is getting wrong result when exported to C/C++ by MATLAB Coder
Problem solved. Different from what I thought, this time it is another problem other than the data type transformation. In...

13 years ago | 1

| accepted

Question


FFT is getting wrong result when exported to C/C++ by MATLAB Coder
Hi guys, this is almost exactly the same problem as I got in this question, which is already solved: <http://www.mathworks...

13 years ago | 1 answer | 0

1

answer

Answered
Function got different results with the same inputs when directly called in MATLAB and called in exported .dll c++ library?
Problem solved. It was the default data-type of a multiply operation between a double variable and an integer variable. In MA...

13 years ago | 0

Question


Function got different results with the same inputs when directly called in MATLAB and called in exported .dll c++ library?
Hi everyone, I'm working recently on some MATLAB-C++ combined programming work. I had successfully got my MATLAB function exp...

13 years ago | 2 answers | 0

2

answers