photo

Jan Studnicka


Humusoft s.r.o.

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

Followers: 3   Following: 4

Mensaje

I'm an Application Engineer for Humusoft. Professional Interests: Machine Learning, Data Analytics, Optimization, Parallel Computing

Estadística

All
MATLAB Answers

0 Preguntas
21 Respuestas

File Exchange

9 Archivos

Cody

0 Problemas
28 Soluciones

ThingSpeak

1 Público Canal

CLASIFICACIÓN
1.270
of 300.369

REPUTACIÓN
58

CONTRIBUCIONES
0 Preguntas
21 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
15

CLASIFICACIÓN
6.759 of 20.936

REPUTACIÓN
159

EVALUACIÓN MEDIA
4.00

CONTRIBUCIONES
9 Archivos

DESCARGAS
12

ALL TIME DESCARGAS
779

CLASIFICACIÓN
17.660
of 168.436

CONTRIBUCIONES
0 Problemas
28 Soluciones

PUNTUACIÓN
303

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
1 Público Canal

EVALUACIÓN MEDIA
15

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • MATLAB Shorts Mini Hack Participant
  • MATLAB Flipbook Mini Hack Participant
  • Knowledgeable Level 2
  • Revival Level 2
  • Solver
  • GitHub Submissions Level 1
  • Editor's Pick
  • MATLAB Mini Hack 2022 Participant
  • MATLAB Mini Hack Participant
  • Treasure Hunt Participant
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 1

Ver insignias

Feeds

Resuelto


Dartboard Average I
A dartboard arranges the numbers 1 to 20 such that each value is typically flanked by quite different values - for example, 20 i...

3 días hace

Resuelto


Possible Rugby Scores
Given a natural number s (> 4), representing a rugby team's score, return an n-by-3 matrix representing all n possible combinati...

4 días hace

Resuelto


Split Even Number Into Two Primes
Given an even whole number n (> 2), return a 2-element vector of primes, p, such that p(1) + p(2) = n. The elements of p should ...

4 días hace

Resuelto


Determine if Input is Oddish or Evenish (Odd/Even Sum of Digits)
Given a positive integer n, determine whether n is "oddish" or "evenish" - that is, whether the sum of the digits of n is odd or...

4 días hace

Enviada


Vykreslení vejce
Live Script s postupem, jak vykreslit vejce ve 2D a 3D.

9 meses hace | 3 descargas |

0.0 / 5
Thumbnail

Resuelto


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

más de 2 años hace

Respondida
Do we have possibility to plot geoplot in Simulink?
You can do this in a similar way as described here: https://www.mathworks.com/matlabcentral/answers/232200

más de 2 años hace | 1

Respondida
@(T,X)SSMODEL must return a column vector ERROR
The ssmodel function must be defined as described in the documentation: ode45 > Input Arguments > odefun You cannot use symbol...

casi 3 años hace | 1

Respondida
Problem when launching Matlab 2019
Does this help? >> rehash toolboxcache >> restoredefaultpath If so, there is probably an issue ...

casi 3 años hace | 0

Respondida
Importing text file containing numbers and words
data = readtable('soubor.txt','NumHeaderLines',3,'ReadVariableNames',true)

casi 3 años hace | 0

| aceptada

Respondida
MATLAB has encountered an internal problem and needs to close
Try to regenerate your MATLAB preferences: MATLAB Answers: How do I regenerate my MATLAB preferences?

casi 3 años hace | 0

Enviada


Apply LUT to image
Interactively create and apply LUT curve to a black-and-white image.

casi 3 años hace | 1 descarga |

0.0 / 5
Thumbnail

Enviada


Prima umernost
Názorná ukázka pro výuku přímé úměrnosti.

casi 3 años hace | 1 descarga |

0.0 / 5
Thumbnail

Resuelto


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

alrededor de 3 años hace

Enviada


Convert Variable Live Task
Interactively convert variable to a different data type in Live Script.

más de 3 años hace | 1 descarga |

0.0 / 5
Thumbnail

Resuelto


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

más de 3 años hace

Resuelto


Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...

más de 3 años hace

Resuelto


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...

más de 3 años hace

Resuelto


Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...

más de 3 años hace

Resuelto


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

más de 3 años hace

Resuelto


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

más de 3 años hace

Resuelto


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

más de 3 años hace

Resuelto


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

más de 3 años hace

Resuelto


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:...

más de 3 años hace

Enviada


Map Area Measurement App
Select points of geographical polygon from map to measure its area and perimeter.

más de 3 años hace | 2 descargas |

0.0 / 5
Thumbnail

Respondida
Strange values of map axes limits (axesm).
Hello, The default setting for map axes is that the map frame is not visible. You need to toggle the visibility of the map fram...

casi 4 años hace | 0

Enviada


Polygon Drawing App
GUI for polyshape. Draw polygon and measure its area and perimeter.

alrededor de 4 años hace | 1 descarga |

0.0 / 5
Thumbnail

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 4 años hace

Enviada


Import Explorer for tables
GUI for readtable and datastore. Select / sort table variables and their data types. Read from multiple tabular text or Excel fi...

más de 4 años hace | 1 descarga |

5.0 / 5
Thumbnail

Respondida
Custom geobasemaps not show in compiled application.
As described here: https://www.mathworks.com/help/map/ref/addcustombasemap.html?searchHighlight=addCustomBasemap&s_tid=srchtitl...

más de 4 años hace | 1

| aceptada

Cargar más