![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/7100334_1615791768516.jpg)
Jan Studnicka
Humusoft s.r.o.
Followers: 0 Following: 0
I'm an Application Engineer for Humusoft. Professional Interests: Machine Learning, Data Analytics, Optimization, Parallel Computing
Statistiques
0 Questions
21 Réponses
9 Fichiers
Cody0 Problèmes
24 Solutions
RANG
1 241
of 297 016
RÉPUTATION
58
CONTRIBUTIONS
0 Questions
21 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
15
RANG
6 739 of 20 419
RÉPUTATION
157
CLASSEMENT MOYEN
4.00
CONTRIBUTIONS
9 Fichiers
TÉLÉCHARGEMENTS
14
ALL TIME TÉLÉCHARGEMENTS
756
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
1 Public Chaîne
CLASSEMENT MOYEN
15
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
A soumis
Vykreslení vejce
Live Script s postupem, jak vykreslit vejce ve 2D a 3D.
18 jours il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/ee804440-d44d-49b1-9c0f-bba7f3e43866/8cb70936-315c-489b-8fc7-efaffd52917f/images/screenshot.png)
A résolu
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...
presque 2 ans il y a
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
presque 2 ans il y a | 1
@(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...
environ 2 ans il y a | 1
Problem when launching Matlab 2019
Does this help? >> rehash toolboxcache >> restoredefaultpath If so, there is probably an issue ...
environ 2 ans il y a | 0
Importing text file containing numbers and words
data = readtable('soubor.txt','NumHeaderLines',3,'ReadVariableNames',true)
environ 2 ans il y a | 0
| A accepté
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?
environ 2 ans il y a | 0
A soumis
Apply LUT to image
Interactively create and apply LUT curve to a black-and-white image.
plus de 2 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/5851d49f-5263-490f-b791-c502db937c2e/6529105b-3d3f-4ecb-9796-9d95674b6275/images/1668000597.png)
A soumis
Prima umernost
Názorná ukázka pro výuku přímé úměrnosti.
plus de 2 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/4c441233-4b1d-4904-9f01-3ff965bd5358/8290e64a-942d-4b55-809d-e83f4ffc767b/images/primaryScreenShot.png)
A résolu
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...
plus de 2 ans il y a
A soumis
Convert Variable Live Task
Interactively convert variable to a different data type in Live Script.
plus de 2 ans il y a | 1 téléchargement |
A résolu
Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...
presque 3 ans il y a
A résolu
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...
presque 3 ans il y a
A résolu
Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...
presque 3 ans il y a
A résolu
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 ...
presque 3 ans il y a
A résolu
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,....
presque 3 ans il y a
A résolu
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...
presque 3 ans il y a
A résolu
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...
presque 3 ans il y a
A résolu
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...
presque 3 ans il y a
A résolu
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:...
presque 3 ans il y a
A soumis
Map Area Measurement App
Select points of geographical polygon from map to measure its area and perimeter.
presque 3 ans il y a | 1 téléchargement |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/f0e4f48e-369a-451c-b883-1622b0d00868/eae477fe-865f-4ab5-a81d-75843521c371/images/primaryScreenShot.png)
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...
environ 3 ans il y a | 0
A soumis
Polygon Drawing App
GUI for polyshape. Draw polygon and measure its area and perimeter.
plus de 3 ans il y a | 2 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/58994fa7-ac86-4b5d-aac3-7b2fa4c457f3/10f09ff8-8035-4aae-bb98-1c44677134b9/images/1635868969.png)
A résolu
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...
plus de 3 ans il y a
A soumis
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...
plus de 3 ans il y a | 3 téléchargements |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/0b1ee8b3-1594-43ce-8656-e5fc018a414b/47c7e3e8-1769-4031-b28e-b95a7bf78ade/images/primaryScreenShot.png)
Custom geobasemaps not show in compiled application.
As described here: https://www.mathworks.com/help/map/ref/addcustombasemap.html?searchHighlight=addCustomBasemap&s_tid=srchtitl...
plus de 3 ans il y a | 1
| A accepté
Geoaxes zoom not working after adding ButtonDownFcn.
As mentioned here in the documentation: "Sometimes MATLAB® automatically disables the built-in interactions. For example, they ...
plus de 3 ans il y a | 1
A soumis
Pravděpodobnostní analýza ThingSpeak dat - hody kostkou
Pravděpodobnostní analýza průběžně zaznamenávaných výstupů z hodů jednou kostkou.
plus de 4 ans il y a | 1 téléchargement |
Is MATLAB App Designer in place of Matlab GUI in MATLAB 2020a?
Yes. You can find more information here: https://www.mathworks.com/products/matlab/app-designer/comparing-guide-and-app-de...
plus de 4 ans il y a | 1
A soumis
Locale-sensitive sort
Function sort_locale performs locale-sensitive sort in MATLAB.
presque 5 ans il y a | 2 téléchargements |