How can i read Name-Value Pair Arguments in mex C function?
古いコメントを表示
Hi,
I am writing a program that needs to use Name-Value pair variable passed as an argument. I am trying to figure out
- How to read this variable in my mex function's prhs array.
- How to access individual name-value pair.
I am new to matlab mex programming, so I am not sure where to look for information too. Kindly help...
Thank you,
1 件のコメント
James Tursa
2015 年 7 月 23 日
編集済み: James Tursa
2015 年 7 月 23 日
Do you want to manually parse two inputs at a time to get the Name-Value pairs to use downstream in your code? And do you have default values for unspecified pair values?
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Write C Functions Callable from MATLAB (MEX Files) についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!