Download and share free MATLAB code, including functions, models, apps, support packages and toolboxes
MATLAB Online에서 열기 I have gotten a really simple model (just multiplication of 2 values) and have been able to autogenerate the Step function using the embedded coder. When I examine the code that is generated it is relatively good but there are a coupl...
MATLAB Online에서 열기 Running a relatively simple code to plot 2 variables against each other. clear;clc; symsA1 B2 SWR R=0.5; Cp=0.5; Cv=0.3; R = Cv^2*((1/Cv-tan(A1))^2 - (tan(B2))^2)/2/(1-Cv*tan(A1) - Cv*tan(B2));%%Eq 1 ...
Use the Code pane to specify MATLAB code to control the mask parameters. For example, you can provide a predefined value for a mask parameter. Consider the equation y = mx + b in the example. To set the value of the child block corresponding to m, you can use the set_param function...
In this example, you programmatically created the battery pack and all its subcomponents by calling the relevant objects and functions in the MATLAB Command Window. Alternatively, if you prefer a more interactive and visual approach, you can use theBattery Builderapp. Using this app, you can int...
FEATURED DISCUSSION Primes and Rough Numbers, Basic ideas What is a rough number? What can they be used... John D'ErricoinTips & Tricks 3 5 View Post Community Treasure Hunt Find the treasures in MATLAB Central and discover how the community can help you!
GUI FoCo with the source code is located in Additional file 2. Additional file 3 contains user documentation. Additionally, GUI FoCo is publicly avail- able at https://sourceforge.net/projects/focicount along with the source code and user documentation. The software is distributed under GNU ...
Python code using "File" -> "Generate Python", which you can use with Gnu Radio running from the command line: ```bash grc gnu-radio-application.py ``` This way, you can apply your designed filter in GnuRadio Companion using the export parameters (`b`, `a`) generated from MATLAB. ...
This paper presents a simple code written in MATLAB for simulating and optimizing the draping of a composite material fabric onto a mold. Being simple and kinematically based, the algorithm can be used to predict the final fiber orientations after a fabric has adapted to a double-curved mold ...
simpletracker - A simple particle tracking algorithm for MATLAB that can deal with gaps. Tracking , or particle linking, consist in re-building the trajectories of one or several particles as they move along time. Their position is reported at each frame, but their identity is yet unknown: we...