Robyn Jackey
Followers: 0 Following: 0
Principal Consultant with MathWorks Consulting Services, specializing in MATLAB software architecture, development, and app building.
C++, C, Java, C#, MATLAB
Spoken Languages:
English
Pronouns:
He/him
Statistik
RANG
4.205
of 296.041
REPUTATION
12
BEITRÄGE
0 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
1
RANG
301 of 20.322
REPUTATION
4.980
DURCHSCHNITTLICHE BEWERTUNG
4.80
BEITRÄGE
13 Dateien
DOWNLOADS
262
ALL TIME DOWNLOADS
29550
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gesendet
Automotive Electrical System Simulation and Control
A conventional vehicle electrical system model with alternator, battery, loads, and idle control.
5 Monate vor | 27 Downloads |
Gesendet
Advanced Logger for MATLAB
Configurable and extensible logging for MATLAB applications
6 Monate vor | 18 Downloads |
Gesendet
Widgets Toolbox - MATLAB App Designer Components
Additional app building components to efficiently develop advanced user interfaces in MATLAB
11 Monate vor | 109 Downloads |
Gesendet
Datastore for H5 / HDF5 timeseries files
MATLAB Extensible Datastore for H5 / HDF5 timeseries files
etwa ein Jahr vor | 2 Downloads |
Gesendet
Volume Labeling Widgets - MATLAB App Building Components
Enable custom workflows for labeling volumes and isosurfaces in your MATLAB app.
etwa ein Jahr vor | 7 Downloads |
Avatar of a custom AppDesigner component created in Matlab
Hi @Eric Delgado, Normally the avatar should get auto-generated (via getframe) when you configure the appdesigner metadata, h...
mehr als ein Jahr vor | 0
| akzeptiert
Gesendet
Widgets Toolbox - Compatibility Support
Compatibility Support for Widgets Toolbox content built before to R2020b
mehr als ein Jahr vor | 82 Downloads |
Gelöst
Implement simple rotation cypher
If given a letter from the set: [abc...xyz] and a shift, implement a shift cypher. Example: 'abc' with a shi...
fast 4 Jahre vor
Gesendet
Find and Replace in Files
Perform find and replace operations against a folder structure of MATLAB .m files.
etwa 6 Jahre vor | 6 Downloads |
Gesendet
Two Pane Selection GUI
A simple dialog which allows you to select items from the left list and place them on the right.
mehr als 8 Jahre vor | 4 Downloads |
Gesendet
Electromagnetic Field Demo
Visualization of the electromagnetic field induced by current in a straight wire.
mehr als 8 Jahre vor | 12 Downloads |
Gesendet
Simulink Model Reference Total Block Count
Calculate the total block count for a Simulink model, including those in model references.
mehr als 8 Jahre vor | 3 Downloads |
Gesendet
Example: Creating TimeSeries and TsArray Inputs for Simulink Bus Signal Input Data
Create timeseries inputs for Simulink model root inports that are bus signals.
mehr als 8 Jahre vor | 7 Downloads |
Gesendet
xPC File Scope Tools
Functions to easily save xPC File Scope data to the target PC as MAT files.
mehr als 8 Jahre vor | 1 Download |
Gesendet
Fast Parameter Loading for MATLAB/Simulink
A method for caching M-file parameters in MAT format, allowing for quick loading.
mehr als 8 Jahre vor | 2 Downloads |
battery electrical model on simulink
Are you looking for a lead-acid or lithium battery? I assume you mean lead-acid which is a Simscape demo (ssc_lead_acid_batter...
etwa 12 Jahre vor | 1
| akzeptiert
Gelöst
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
mehr als 12 Jahre vor
Gelöst
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
mehr als 12 Jahre vor
Gelöst
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
mehr als 12 Jahre vor