当前位置:网站首页>Create vs project with MATLAB
Create vs project with MATLAB
2022-04-23 20:37:00 【Zhongai0049】
union MATLAB establish VS project
vs After creating a new project, first configure the project environment , Steps are as follows :
1. open VS, newly build c++ Empty item ;
2. Configure the project environment , project -> attribute -> Configuration manager , Change to ×64*( The specific selection principle is unknown )*
3…VC++ Catalog -> Contains the directory , Join in E:\matlab\MATLAB\extern\include route ;
4.VC++ Catalog -> The library catalog , Join in E:\matlab\MATLAB\extern\lib\win64\microsoft;
5. The linker -> Input -> Additional dependency , add to libeng.lib;libmat.lib;libmex.lib;libmx.lib;mclmcrrt.lib;mclmcr.lib;FFV1MT.lib, The last one is that we do what needs to be combined matlab Generated by program packaging lib file
6.MATLBA Generated by program packaging .h and .lib and .dll Copy the three files to the file path of the project ;
7. To write main.cpp file , Run the program , Completion of invocation matlab Function of .( The specific method of writing the main function needs to be supplemented )
版权声明
本文为[Zhongai0049]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204210547163219.html
边栏推荐
- Installation and use of NVM
- Leetcode 20. Valid parentheses
- 6-5 字符串 - 2. 字符串复制(赋值) (10 分)C语言标准函数库中包括 strcpy 函数,用于字符串复制(赋值)。作为练习,我们自己编写一个功能与之相同的函数。
- Syntax Error: TypeError: this. getOptions is not a function
- . Ren -- the intimate artifact in the field of vertical Recruitment!
- C migration project record: modify namespace and folder name
- "Meta function" of tidb 6.0: what is placement rules in SQL?
- Confusion about thread blocking after calling the read () method of wrapper flow
- CONDA environment management command
- Matlab analytic hierarchy process to quickly calculate the weight
猜你喜欢

DNS cloud school rising posture! Three advanced uses of authoritative DNS
![[talkative cloud native] load balancing - the passenger flow of small restaurants has increased](/img/ba/4ccf0c2181572fed16bbc9c797d557.png)
[talkative cloud native] load balancing - the passenger flow of small restaurants has increased

What is the difference between a host and a server?

Solution: NPM err! code ELIFECYCLE npm ERR! errno 1

Preliminary understanding of cache elimination algorithm (LRU and LFU)

LeetCode 542、01 矩阵

Plato farm is one of the four largest online IEOS in metauniverse, and the transaction on the chain is quite high

Shanghai a répondu que « le site officiel de la farine est illégal »: l'exploitation et l'entretien négligents ont été « noirs » et la police a déposé une plainte

Some basic configurations in interlij idea

vulnhub DC:1渗透笔记
随机推荐
Install MySQL 5.0 under Linux 64bit 6 - the root password cannot be modified
Some basic knowledge of devexpress report development
一. js的深拷贝和浅拷贝
LeetCode 542、01 矩阵
Confusion about thread blocking after calling the read () method of wrapper flow
Leetcode 1346. Check whether integers and their multiples exist
Es index (document name) fuzzy query method (database name fuzzy query method)
[graph theory brush question-4] force deduction 778 Swimming in a rising pool
Zdns was invited to attend the annual conference of Tencent cloud basic resources and share the 2020 domain name industry development report
JSX syntax rules
After route link navigation, the sub page does not display the navigation style problem
PostgreSQL basic functions
Leetcode 709, convert to lowercase
Resolve the error - error identifier 'attr_ id‘ is not in camel case camelcase
Preliminary understanding of cache elimination algorithm (LRU and LFU)
【栈和队列专题】—— 滑动窗口
Shanghai a répondu que « le site officiel de la farine est illégal »: l'exploitation et l'entretien négligents ont été « noirs » et la police a déposé une plainte
C migration project record: modify namespace and folder name
Elastic box model
LeetCode 232、用栈实现队列