How can i find any matlab function definition?

hello everyone.. I am new to learn matlab.Can any one tell me how can i find function definition of any matlab function? and also i want to know is there any software available that converts matlab code to c code(specially for image processing codes)??

댓글 수: 1

pyronvn
pyronvn 2013년 2월 16일
In command window type "help " and type function name without codes

댓글을 달려면 로그인하십시오.

답변 (2개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 2월 16일
편집: Azzi Abdelmalek 2013년 2월 16일

0 개 추천

  1. To find the definition of any Matlab function, just type in Matlab windows ommand:
help yourfunction
doc yourfunction
2. To convert your Matlab code to a c code, you can use a Matlab Coder toolbox
Image Analyst
Image Analyst 2021년 2월 1일

0 개 추천

With some functions you can see the source code if you edit them. For example
>> edit mean2.m
though sometimes inside is just a call to a DLL and you can go no further.
The MATLAB Coder package will convert your MATLAB code to C code.

카테고리

도움말 센터File Exchange에서 MATLAB Coder에 대해 자세히 알아보기

제품

질문:

2013년 2월 16일

답변:

2021년 2월 1일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by