MatLab

所属分类:collect
开发工具:matlab
文件大小:0KB
下载次数:0
上传日期:2023-01-31 15:33:08
上 传 者sh-1993
说明:  文件用于保存数字数据,而目录用于保存文件。计算机文件可以被认为是纸质文件的数字副本。在编程时,您将源代码保存在具有不同扩展名的文本文件中。
(Files are used to keep digital data, whereas directories are used to keep files. Computer files can be considered as the digital counterpart of paper documents. While programming, you keep your source code in text files with different extensions.)

文件列表:
Add_array.m (49, 2023-01-31)
Add_forLoop.m (57, 2023-01-31)
Cos_graph.m (33, 2023-01-31)
Cot_graph.m (33, 2023-01-31)
Exp_SinGraph.m (36, 2023-01-31)
Multi_oparation.m (82, 2023-01-31)
Oparatin_unsinginteger.m (116, 2023-01-31)
Opration_float.m (112, 2023-01-31)
Parabola.m (29, 2023-01-31)
Pow_ForLoop.m (46, 2023-01-31)
Sec_graph.m (33, 2023-01-31)
Sin_graph.m (33, 2023-01-31)
Tan_graph.m (33, 2023-01-31)
Trigo_array.m (49, 2023-01-31)
While_loop.m (59, 2023-01-31)
addition.m (51, 2023-01-31)
calculator.m (63, 2023-01-31)
e_x_graph.m (21, 2023-01-31)
ex1.m (128, 2023-01-31)
ex10.m (64, 2023-01-31)
ex12.m (54, 2023-01-31)
ex13.m (31, 2023-01-31)
ex2.m (6, 2023-01-31)
ex3.m (71, 2023-01-31)
ex4.m (45, 2023-01-31)
ex5.m (60, 2023-01-31)
ex6.m (59, 2023-01-31)
ex7.m (81, 2023-01-31)
ex8.m (49, 2023-01-31)
ex9.m (36, 2023-01-31)
log_x_graph.m (21, 2023-01-31)
square.m (49, 2023-01-31)

# MatLab [![Actions Status](https://github.com/cfgnunes/numerical-methods-python/workflows/build/badge.svg)](https://github.com/ThisIs-Developer/MatLab) Files are used to keep digital data, whereas directories are used to keep files. Computer files can be considered as the digital counterpart of paper documents. While programming, you keep your source code in text files with different extensions. ![205455851-638ab4f1-b048-4508-8982-c82fd574155b](https://user-images.githubusercontent.com/109382325/215775099-5e0bc064-1ca1-4097-9023-d1d3f9fb9f3b.jpg) ## Author - [@ThisIs-Developer](https://github.com/ThisIs-Developer) ## Demo ``` x=[0:0.1:20] y=sin(x) plot(x,y) ``` ## Deployment Installing MatLab ```bash https://matlab.mathworks.com/ ``` ```bash https://in.mathworks.com/products/matlab/student.html ``` Installation and Licensing ```bash https://in.mathworks.com/help/install/ ``` Manage Products ```bash https://in.mathworks.com/help/install/manage-products.html ``` Administer Network Licenses ```bash https://in.mathworks.com/help/install/administer-network-licenses.html ``` ## Environment Variables To run this project, you will need to add the following environment variables to your .env file ``` res = getenv("SYSTEMROOT") ``` ``` setenv("TEMP","C:\TEMP"); getenv("TEMP") ``` ``` setenv("PATH", [getenv("PATH") ";D:\mypath"]); ``` ## Features - Signal processing - Optimization of functions - Image and Audio processing - Machine learning and Deep learning ## Running Tests To run tests, run the following command ```bash results = runtests results = runtests(tests) results = runtests(___,Name,Value) ``` ```bash results = runtests('runtestsExampleTest.m'); ``` ```bash function tests = runtestsExampleSubFolderTest tests = functiontests(localfunctions); function testFunctionTwo(testCase) ``` ``` results = runtests(pwd,'IncludeSubfolders',true); ``` ``` cd 'C:/projects/project1/' runtests ``` ``` proj = openProject('C:/projects/project1/'); runtests close(proj) ``` ``` runtests('C:/projects/project1/') ```

近期下载者

相关文件


收藏者