Community Profile

photo

Jason Nicholson


John Deere

Last seen: 3 días hace Con actividad desde 2012

Followers: 0   Following: 0

Contacto

I am a Mechanical Engineer. Professional Interests: Mechanical systems, data analysis, Simulink, hydraulics, Finite Element Analysis, Computational Fluid Dynamics, System Identification, Signal Processing, programming, machine learning, data analytics. If you send me a message, I am likely to get back to you. :)

Estadísticas

All
  • Knowledgeable Level 3
  • Revival Level 2
  • Cody Challenge Master
  • Computational Geometry I Master
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 1
  • Community Group Solver
  • Introduction to MATLAB Master
  • Explorer
  • Personal Best Downloads Level 3
  • Editor's Pick
  • First Review

Ver insignias

Feeds

Ver por

Respondida
Solve the system the differential equation with time-delays
Check out dde23. You need to write ddefun(t, y, Z).

10 meses hace | 0

Pregunta


Timeseries, Timetable, timeseriescollection, Time Data Aggregation
When recording data in a test lab, the data channels are not always sampled at the same rate and some channels are not evenly s...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


Epsilon Algorithm for Computing Padé Approximant
I am looking for a MATLAB implementation of the Epsilon Algorithm (theorem 1 from here). When I look at the Wikipedia page for P...

casi 3 años hace | 1 respuesta | 0

1

respuesta

Respondida
How to estimate weights of the weighted mean?
Put all the each x and y pair on a row. Formulate the matrix A containing all the x1...x81 and x values. Put the y values in a c...

más de 3 años hace | 0

Respondida
quadprog different output for R2020a and R2017a
There is an option called 'LinearSolver'. It can be dense or sparse. I set it to sparse and it converged quickly. This problem ...

casi 4 años hace | 1

| aceptada

Respondida
Interpolation help please!
clc; clear; close all; t = [2 4 6 8 10]; x = [2 3 4 5 6]; y = [-1 2 1 3 -1]; F1 = griddedInterpolant(t,x); F2 = gridd...

casi 4 años hace | 1

Respondida
How can I capture a screenshot WITH the cursor displayed in Matlab?
Record the screen using Screen Recording in PowerPoint? A screen capture won't work but a screen recording will.

casi 4 años hace | 0

Respondida
Simulink Projects dependency analysis of mex file doesn't show all required C source files
File an enhancement request with Mathworks. However, I don't think they want to support the Dependency analysis of C/C++ files b...

casi 4 años hace | 0

| aceptada

Respondida
How to Keep Nested For Loop Indexes From Equaling Each Other
Use the continue keyword. for i=1:50 for j=1:50 if j==i continue; % breaks the inner for loop at t...

casi 4 años hace | 0

| aceptada

Respondida
MATLAB Detection of Compiler
See comments above for answer.

más de 5 años hace | 0

| aceptada

Pregunta


MATLAB Detection of Compiler
How does MATLAB detect the compiler in 2016b or newer? I have written a custom compiler configuration xml file. mex.getCompil...

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Please Explain the new File Exchange Versioning Number
The new File Exchange versioning uses four numbers. Please explain what each number represents. For example, |2.1.4.2|.

más de 5 años hace | 1 respuesta | 0

1

respuesta

Pregunta


S-Function Backward Compatibility
Can an S-function compiled in 2018a be used in a model in 2013b? Please cite the documentation if you know the keywords to fi...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Reformulate a Constrained Linear Least Square Problem
I have a problem of the form <</matlabcentral/answers/uploaded_files/119361/Clipboard01.png>> Normally you solve it like t...

casi 6 años hace | 2 respuestas | 1

2

respuestas

Pregunta


Bug Tracker for Simulation Models
I am looking at tracking bugs in simulation models and m code. Is there a bug tracker that you would recommend for use with MATL...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Respondida
How can we generate code from simulink model by command line in windows?
See the simulink documentation. Specifically, <https://www.mathworks.com/help/simulink/functionlist.html?s_cid=doc_ftr Functi...

casi 6 años hace | 0

Respondida
intersection mesh plot (3D)
Without more information, I can only provide hints. Here you go: * If the two surfaces can be thought of as mathematical func...

casi 6 años hace | 1

| aceptada

Respondida
Assign variable to Initialization/Current Workspace
Yeah, don't do this. It will cause you pain. The Simulink tools that track where your variables come form cannot track where you...

casi 6 años hace | 0

Respondida
What are your thoughts on Simulink libraries that link to themselves?
I don't like this behavior. I think it is troublesome and easy to break. I am a blockset author and I don't see how this is good...

casi 6 años hace | 0

Respondida
Persistence in Lookup Table Data
I found a solution. I posted it to the File Exchange as linked below. The solution is to use |UserData| of a block to store the ...

casi 6 años hace | 0

| aceptada

Pregunta


Persistence in Lookup Table Data
I load several large multi-dimensional lookup tables in the initialization of a subsystem that has lookup table blocks. The look...

casi 6 años hace | 1 respuesta | 0

1

respuesta

Respondida
Sundials Solver in MATLAB/Simulink
Support for Sundials is limited in SimBiology. There is no hint that this will be more broadly available anytime soon. Hint a...

alrededor de 6 años hace | 0

| aceptada

Pregunta


Managing High Levels of Variation in a Simulink Library
I am a blockset author similar the authors of "Aerospace Blockset" and "Powertrain Blockset." I build mathematical models of hyd...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Respondida
Managing High Levels of Variation in a Simulink Library
Mathworks responded to my question. Here is the response. |__________________| Answer to question 1: Don't use the conf...

alrededor de 6 años hace | 0

| aceptada

Pregunta


Why does the initialization function in a Simulink subsystem block use an integer rather than the corresponding text string?
There is an example Simulink file attached. I created a parameter on the "Parameter & Dialog" tab called |Parameter1|. |Paramete...

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas

Respondida
Why does the initialization function in a Simulink subsystem block use an integer rather than the corresponding text string?
To use the text string coming from the popup options, turn off the "evaluate" checkbox as shown below. This allows comparison of...

alrededor de 6 años hace | 1

| aceptada

Pregunta


Assign variable to Initialization/Current Workspace
In the mask of a simulink block, I need to loop over a list of variables and values assign them into the initialization workspac...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Respondida
Why does the Simulink block mask initialization run twice?
The initialization runs twice if "Icons & Ports"-->"Run initialization" is set to "On" or "Analyze" (assuming MATLAB detects the...

alrededor de 6 años hace | 0

| aceptada

Respondida
Using Deval with Simulink Output
No, there is not an obvious way to use Deval with Simulink output. However, you can use "Configuration Parameters"-->"Data Impor...

alrededor de 6 años hace | 0

| aceptada

Pregunta


What are your thoughts on Simulink libraries that link to themselves?
What are your thoughts on Simulink libraries that link to themselves? They seems to break quite often as you are developing them...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Cargar más