photo

Jan Studnicka


Humusoft s.r.o.

Last seen: en dag ago Active since 2015

Followers: 1   Following: 0

Message

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

Statistics

All
MATLAB Answers

0 Questions
21 Answers

File Exchange

9 Files

Cody

0 Problems
24 Solutions

ThingSpeak

1 Public Channel

RANK
1 261
of 299 003

REPUTATION
58

CONTRIBUTIONS
0 Questions
21 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
15

RANK
6 756 of 20 659

REPUTATION
158

AVERAGE RATING
4.00

CONTRIBUTIONS
9 Files

DOWNLOADS
13

ALL TIME DOWNLOADS
769

RANK
19 872
of 163 074

CONTRIBUTIONS
0 Problems
24 Solutions

SCORE
259

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
1 Public Channel

AVERAGE RATING
15

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • 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

View badges

Feeds

Answered
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

mer än 2 år ago | 1

Answered
@(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...

mer än 2 år ago | 1

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

mer än 2 år ago | 0

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

mer än 2 år ago | 0

| accepted

Answered
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?

mer än 2 år ago | 0

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

mer än 3 år ago | 0

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

nästan 4 år ago | 1

| accepted

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

ungefär 4 år ago | 1

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

ungefär 5 år ago | 1

Answered
Use find to filter for results specified by user
Hi, strcmp is slower then == and you can use == with strings. You can also save space and get better performance by using categ...

mer än 5 år ago | 0

| accepted

Answered
Hi, how can i proceed with this question, everytime i plot it, it doesn't show me my line. Can u guys help me
You are missing . before /. See: https://www.mathworks.com/help/matlab/ref/rdivide.html https://www.mathworks.com/help/matlab/...

mer än 5 år ago | 0

| accepted

Answered
Data Tip addition not working
close all; clc figPosition = [0 0 1 1]; data = readtable('FertilitySoloCountries.xlsx', 'PreserveVariableNames', true); year...

mer än 5 år ago | 0

| accepted

Answered
Gtk-Message: 16:17:51.771: Failed to load module "canberra-gtk-module"
See bug reports: https://www.mathworks.com/support/bugreports/details/1995075 "On some Linux distributions, a message appears ...

mer än 5 år ago | 2

Answered
Gtk-Message: 10:32:31.466: Failed to load module "canberra-gtk-module"
See bug reports: https://www.mathworks.com/support/bugreports/details/1995075 "On some Linux distributions, a message appe...

mer än 5 år ago | 4

Answered
How can I convert csv files to matlab whilst also looping through folders?
Hi, I would try using datastore: https://www.mathworks.com/help/matlab/datastore.html Hope it helps.

mer än 6 år ago | 0

Answered
Exception in thread "Thread-5": java.lang.NullPointerException after exiting [Matlab 2018b]
It looks like the known bug. You can find workaround here: https://www.mathworks.com/support/bugreports/1765886

mer än 6 år ago | 4

| accepted

Answered
Getting result for Bloomberg SRCH function or Excel BSRCH
Hi, I believe this MATLAB function is equivalent to BSRCH: https://www.mathworks.com/help/datafeed/blp.lookup.html Jan

nästan 8 år ago | 0

Answered
Remove/Assign products
Hi, maybe your computer cannot connect to MathWorks license server due to firewall. See the answers here: http://www.mathw...

mer än 8 år ago | 0

Answered
How to install MATLAB 2016b noninteractively (silent) on macOS
Hi, according to the documentation there should be instructions in the installer properties file template: "For information a...

mer än 8 år ago | 0

Answered
2016b - How to install both DVDs silently?
Hi, there is an answer here: http://www.mathworks.com/matlabcentral/answers/307353 You should download products (not ISO) ...

mer än 8 år ago | 0