Christopher Lanning
Forest Concepts, LLC
Followers: 0 Following: 0
I have an Aerospace Engineering degree with a PE in Mechanical Engineering. My work has slowly migrated from primarily welding and assembly to mechanical design to all things dealing with data. This includes control systems, data acquisition and analysis, system modeling and simulations. MATLAB has become a key tool, but I also use VBA in MS Excel and MS Access extensively with a little Python and R-statistic mixed in.
MATLAB
Spoken Languages:
English
Estadística
0 Problemas
8 Soluciones
CLASIFICACIÓN
77.585
of 295.467
REPUTACIÓN
0
CONTRIBUCIONES
1 Pregunta
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
37.003
of 153.872
CONTRIBUCIONES
0 Problemas
8 Soluciones
PUNTUACIÓN
104
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
how to set cache_path directory of LightweightBrowser/jcef_cache when Matlab startup
I can't say my course of action is advised, but it did work. I first completely uninstalled matlab, then did a file search and...
casi 2 años hace | 0
Resuelto
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
alrededor de 2 años hace
Resuelto
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
alrededor de 2 años hace
Resuelto
Inner product of two vectors
Find the inner product of two vectors.
alrededor de 2 años hace
Resuelto
Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]
alrededor de 2 años hace
Resuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
alrededor de 2 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
alrededor de 2 años hace
Resuelto
The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...
alrededor de 3 años hace
Pregunta
How can I hide the App Designer Slider Control's built in label programmatically?
I have an App with a series of Slider Controls. One of these controls is made visible or not visible by the status of a checkbox...
más de 3 años hace | 1 respuesta | 0