photo

Gershom Agim


Active since 2019

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
11,207
of 300,674

REPUTATION
4

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
4

RANK
 of 21,041

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,032

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 1

View badges

Feeds

View by

Answered
Efficient way to chain element-wise operations for code generation?
My (really inelegant) solution to this is to create the result array outside the function, and pass that in as an argument, then...

7 years ago | 0

Question


How do I eliminate temporaries in vectorized code generation?
Hi, I'm using Matlab Coder to turn some matlab code into vectorized C code. In general, my matlab script runs elementwise trans...

7 years ago | 0 answers | 0

0

answers

Question


Efficient way to chain element-wise operations for code generation?
Hi, I have functions that chain elementwise array operations eg: function y = Foo(X) y = 20*log10(abs(X)); end I want to use...

7 years ago | 1 answer | 3

1

answer

Question


How can i access Intel IPP libraries for a MATLAB Host Computer target with Matlab Coder?
I'm trying to generate optimized code for my host machine in matlab coder. This product page mentions Matlab Coder supports IPP...

7 years ago | 1 answer | 1

1

answer