cannot find matlab function wizard add-in in excel
4 次查看(过去 30 天)
显示 更早的评论
I am not able to find the matlab function wizard excel add in on my C drive. I have followed the directions in the link below but still no luck: http://www.mathworks.com/help/releases/R2016a/compiler/excel/executing-functions-and-creating-macros-using-the-function-wizard.html
I am stuck on this step: 6. Browse to matlabroot/toolbox/matlabxl/matlabxl/arch, and select FunctionWizard2007.xlam. Click OK
When the browse window pops up I enter C:\Users\username\AppData\Roaming\Microsoft\AddIns\matlabroot/toolbox/matlabxl/matlabxl/arch but get nothing...
Can someone help?
Thanks
1 个评论
Umar
2024-6-25
Hi JE,
You can directly search for the file "FunctionWizard2007.xlam" on your C drive. Open File Explorer and navigate to "C:". Then, in the search bar, type "FunctionWizard2007.xlam" and hit Enter. If the file exists on your system, it should show up in the search results. Once you locate the file, you can proceed with adding it to Excel as per the instructions. This method should help you find the Add-In without relying on the specific path mentioned in the guide.
回答(1 个)
UDAYA PEDDIRAJU
2024-8-30
Hi JE,
To find the MATLAB Function Wizard add-in for Excel:
- Ensure that the MATLAB Compiler is installed, as the add-in is part of this package.
- Use the correct path format. Replace matlabroot with your actual MATLAB installation directory. For example:
C:\Program Files\MATLAB\R2016a\toolbox\matlabxl\matlabxl\arch
- Excel Add-Ins: In Excel, go to File > Options > Add-Ins, and check if the add-in is listed. If not, use the Browse button to navigate to the correct directory and select "FunctionWizard2007.xlam".
- Ensure compatibility with your version of MATLAB and Excel. Some features may differ between releases.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Export to MATLAB 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!