photo

Jan Studnicka


Humusoft s.r.o.

Last seen: 6 days 前 自 2015 起处于活动状态

Followers: 3   Following: 4

消息

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

统计学

All
MATLAB Answers

0 个提问
21 个回答

File Exchange

9 文件

Cody

0 个问题
28 个答案

ThingSpeak

1 公开的 个频道

Discussions

4 个亮点

排名
1,272
of 300,753

声誉
58

贡献数
0 个提问
21 个回答

回答接受率
0.00%

收到投票数
15

排名
6,770 of 21,075

声誉
160

平均
4.00

贡献数
9 文件

下载次数
12

ALL TIME 下载次数
784

排名
18,269
of 170,858

贡献数
0 个问题
28 个答案

评分
303

徽章数量
1

贡献数
0 帖子

贡献数
1 公开的 个频道

平均
15

贡献数
4 个亮点

平均赞数
5

  • 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

查看徽章

Feeds

已解决


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

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

已解决


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

2 months 前

Discussion


MATLAB Plot Gallery web page would deserve an update.
When you compare MATLAB Plot Gallery with matplotlib gallery, you can see that matplotlib gallery contains a lot of nice graphs ...

4 months 前 | 3

Discussion


str2double --> double
Did you know that function double with string vector input significantly outperforms str2double with the same input: x = rand(1...

4 months 前 | 8

Discussion


Did you know that you can customize behavior of built-in interactions with callbacks?
I would like to zoom directly on the selected region when using on my image created with image or imagesc. First of all, I woul...

5 months 前 | 6

已提交


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

11 months 前 | 3 次下载 |

0.0 / 5
Thumbnail

Discussion


How to make corrplot from Econometrics Toolbox 2x faster?
Quick answer: Add set(hS,'Color',[0 0.4470 0.7410]) to code line 329 Explanation: Function corrplot uses functions plotmatrix a...

2 years 前 | 2

已解决


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

3 years 前

已回答
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

3 years 前 | 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...

3 years 前 | 1

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

3 years 前 | 0

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

3 years 前 | 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?

3 years 前 | 0

已提交


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

3 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已提交


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

3 years 前 | 1 次下载 |

0.0 / 5
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...

3 years 前

已提交


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

3 years 前 | 1 次下载 |

0.0 / 5
Thumbnail

已解决


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

3 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

已提交


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

4 years 前 | 1 次下载 |

0.0 / 5
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...

4 years 前 | 0

加载更多