photo

Jesús Zambrano

Last seen: 1 día hace Con actividad desde 2018

Followers: 0   Following: 0

Senior Training Engineer at The MathWorks, in Stockholm (Sweden) since 2018, where I deliver MathWorks products and application specific training to customers in Nordics and Europe. Primary areas of instructions include mathematical modeling and simulation, verification and validation, C/HDL code generation, Stateflow, signal processing.

Programming Languages:
C, MATLAB, Arduino, VHDL
Spoken Languages:
English, Spanish
Pronouns:
He/him
Professional Interests:
Modeling, Stateflow, Code Generation, Verification, Testing, and Certification, HDL Code Generation from Simulink

Estadística

All
MATLAB Answers

2 Preguntas
149 Respuestas

Cody

12 Problemas
574 Soluciones

CLASIFICACIÓN
414
of 298.641

REPUTACIÓN
192

CONTRIBUCIONES
2 Preguntas
149 Respuestas

ACEPTACIÓN DE RESPUESTAS
100.0%

VOTOS RECIBIDOS
27

CLASIFICACIÓN
 of 20.635

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
204
of 161.878

CONTRIBUCIONES
12 Problemas
574 Soluciones

PUNTUACIÓN
6.786

NÚMERO DE INSIGNIAS
21

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • MATLAB Mini Hack Participant
  • Treasure Hunt Participant
  • Thankful Level 2
  • Knowledgeable Level 4
  • Quiz Master
  • CUP Challenge Master
  • First Review
  • Scholar
  • Draw Letters
  • MATLAB Central Treasure Hunt Finisher
  • 12 Month Streak
  • Revival Level 4

Ver insignias

Feeds

Ver por

Resuelto


Nilpotent matrix
Check if matrix A is <http://mathworks.com/ nilpotent>.

5 meses hace

Resuelto


Given a number N, find the smallest prime P>N
Given a number N, find the smallest prime P greater than N. For example: If N=10 then P=11. If N=13 then P=17.

5 meses hace

Resuelto


area of an annulus
Given the diameter d of the inner circle of the annulus. Given length z of a chord of the outer circle of the annulus. This chor...

5 meses hace

Resuelto


subtract central cross
Given an n-by-n square matrix, where n is an odd number, return the matrix without the central row and the central column.

5 meses hace

Pregunta


Andrica's Conjecture
I'd like to get a simple MATLAB code showing the Andrica's conjecture. More about it can be found here: Andrica's conjecture - ...

5 meses hace | 1 respuesta | 0

1

respuesta

Resuelto


Sum sum!!!
Sum the numbers from 1 to n

10 meses hace

Resuelto


Calculate compression ratio of engine
Calculate compression ratio of engine given compression volume of cylinder(Vc), piston stroke(s) and valve diameter(d)

10 meses hace

Resuelto


Calculate Engine Power
Calculate Engine Power (P) in kW given the values of Torque(M) in Nm and Engine Speed(n) in rpm

10 meses hace

Resuelto


Remove all the columns contains only zero
Remove the column from the matrix which has only zeros . Refer the Example below a= 1 0 3 0 23 0 56 0 1 ...

10 meses hace

Resuelto


Remove a specific column with min value
Remove the column that contain the min value in the matrix? If you like the problem, please give it a like:)

10 meses hace

Resuelto


Remove a specific column with max value
Remove the column that contain the max value in the matrix? If you like the problem, please give it a like:)

10 meses hace

Resuelto


Remove a specific row with min value
Remove the row that contain the min value in the matrix? If you like the problem, please give it a like:)

10 meses hace

Resuelto


Remove a specific row with max value
Remove the row that contain the max value in the matrix? If you like the problem, please like it :)

10 meses hace

Resuelto


The Hitchhiker's Guide to MATLAB
Output logical "true" if the input is the answer to life, the universe and everything. Otherwise, output logical "false".

10 meses hace

Resuelto


How many jokers?
* Given DNA codes of a group of suspects, * and a code for certain types of jokers, * Count how many jokers of that type. * ...

10 meses hace

Resuelto


Electrical Diode Current Calculation
In engineering, there is not always a single equation that describes a phenomenon accurately enough to be applied in all instanc...

10 meses hace

Resuelto


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

10 meses hace

Resuelto


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

10 meses hace

Resuelto


Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...

10 meses hace

Resuelto


Splitting Square - Problem the first

10 meses hace

Resuelto


Calculate cosine without cos(x)
Solve cos(x). The use of the function cos() and sin() is not allowed.

10 meses hace

Resuelto


Find my daddy long leg (No 's')
Given the ratio of the two legs (longer / shorter), and the hypotenuse length, find the value of the bigger leg.

10 meses hace

Resuelto


Sum of first n terms of a harmonic progression
Given inputs a, d and n, return the sum of the first n terms of the harmonic progression a, a/(1+d), a/(1+2d), a/(1+3d),....

11 meses hace

Resuelto


Subtract integers and add doubles
Create a function that subtracts a from b if a and b are integers and adds them if they are floats.

11 meses hace

Resuelto


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

11 meses hace

Resuelto


Sum of series IX
What is the sum of the following sequence: Σ 1/k! for k=1...n for different n?

11 meses hace

Resuelto


Sum of series VIII

11 meses hace

Resuelto


Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)

11 meses hace

Resuelto


Rescale Scores
Each column (except last) of matrix X contains students' scores in a course assignment or a test. The last column has a weighted...

11 meses hace

Resuelto


Plotting Practice
Plot cos(x) vs x as shown in the figure below. Include the appropriate title, x-label, and y-label. Note, it is case sensitive. ...

11 meses hace

Cargar más