photo

aazam


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

1 Question
2 Answers

RANK
229,142
of 301,301

REPUTATION
0

CONTRIBUTIONS
1 Question
2 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 21,236

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,897

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

Feeds

View by

Answered
I want a library from a group of .m files for using in matlab
Hi I reached to this solution, but output is zero. why? z=[]; calllib('mylib','mlfSum', 1, z, 10, 20); But Sum.m h...

12 years ago | 0

Answered
I want a library from a group of .m files for using in matlab
Thank you But i can not use it, because licence I give more details: calllib('mylib','Subtraction', 10, 20); ??? Err...

12 years ago | 0

Question


I want a library from a group of .m files for using in matlab
Hi I have two .m files: function z=*Sum*(x,y) z=x+y; end function z=*Subtraction*(x,y) z=x-y; end ...

12 years ago | 3 answers | 0

3

answers