Community Profile

photo

Jan Studnicka


Humusoft s.r.o.

Last seen: Today 2015년부터 활동

Followers: 0   Following: 0

연락

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

통계

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

배지 보기

Feeds

보기 기준

제출됨


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

2개월 전 | 다운로드 수: 1 |

Thumbnail

문제를 풀었습니다


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

대략 1년 전

답변 있음
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

대략 1년 전 | 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...

1년 초과 전 | 1

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

1년 초과 전 | 0

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

1년 초과 전 | 0

| 수락됨

답변 있음
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?

1년 초과 전 | 0

제출됨


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

1년 초과 전 | 다운로드 수: 3 |

Thumbnail

제출됨


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

1년 초과 전 | 다운로드 수: 1 |

Thumbnail

문제를 풀었습니다


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

1년 초과 전

제출됨


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

거의 2년 전 | 다운로드 수: 1 |

Thumbnail

문제를 풀었습니다


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

대략 2년 전

문제를 풀었습니다


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

대략 2년 전

문제를 풀었습니다


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

대략 2년 전

문제를 풀었습니다


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

대략 2년 전

문제를 풀었습니다


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

대략 2년 전

문제를 풀었습니다


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

대략 2년 전

문제를 풀었습니다


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

대략 2년 전

문제를 풀었습니다


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

대략 2년 전

문제를 풀었습니다


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

대략 2년 전

제출됨


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

대략 2년 전 | 다운로드 수: 2 |

Thumbnail

답변 있음
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...

2년 초과 전 | 0

제출됨


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

2년 초과 전 | 다운로드 수: 5 |

Thumbnail

문제를 풀었습니다


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

2년 초과 전

제출됨


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

거의 3년 전 | 다운로드 수: 7 |

Thumbnail

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

거의 3년 전 | 1

| 수락됨

답변 있음
Geoaxes zoom not working after adding ButtonDownFcn.
As mentioned here in the documentation: "Sometimes MATLAB® automatically disables the built-in interactions. For example, they ...

거의 3년 전 | 1

제출됨


Pravděpodobnostní analýza ThingSpeak dat - hody kostkou
Pravděpodobnostní analýza průběžně zaznamenávaných výstupů z hodů jednou kostkou.

3년 초과 전 | 다운로드 수: 1 |

답변 있음
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...

거의 4년 전 | 1

제출됨


Locale-sensitive sort
Function sort_locale performs locale-sensitive sort in MATLAB.

거의 4년 전 | 다운로드 수: 2 |

더 보기