
Jan Houska
Humusoft s.r.o.
Jan Houska is the director of applications and development at Humusoft s.r.o., the MathWorks distributor in the Czech Republic and Slovakia. Humusoft also develops Simulink 3D Animation and Simulink Desktop Real-Time that are part of MathWorks' product family.
Statistics
RANK
255
of 273.075
REPUTAZIONE
330
CONTRIBUTI
0 Domande
120 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
43
RANK
3.830 of 18.445
REPUTAZIONE
356
VALUTAZIONE MEDIA
4.80
CONTRIBUTI
1 File
DOWNLOAD
3
ALL TIME DOWNLOAD
3378
RANK
of 122.494
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
2 Pubblico Canali
VALUTAZIONE MEDIA
30
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Content Feed
Is there any adds-on for Linux, which corresponds to Simulink Desktop Real-Time for Windows and Mac?
Hi Akiri, Simulink Desktop Real-Time is not supported on Linux at this time and cannot be used there. You may want to try to co...
3 giorni fa | 0
| accettato
How to Animate a Solidworks Assembly file using Simulink 3D Animation/Simscape Multibody ?
Hi Nuri, the first step to animate a geometry in Simulink 3D Animation is to import the geometry to the X3D file format that is...
3 giorni fa | 0
Creating Animated 3D by Simulink
Hi Jack, the easiest way to achieve this is probably using an ElevationGrid node. This X3D node defines a geometry using a rect...
circa 2 mesi fa | 0
Continuously Update MATLAB Variable and Use in Simulink
Hi Leon, please do set_param(gcs, 'SimulationCommand', 'update') after you change the value of the variable in the base workspa...
circa 2 mesi fa | 1
Simulink Real-Time kernel bricking Windows 10
Hi Federico, please try to disable Hyper-V if enabled. Here's how to do it. Also please don't forget to disable Memory Integrit...
circa 2 mesi fa | 1
Cannot control View Up Vector in Simulink 3D animation viewer
Hi Brendan, please try the Straghten Up button. It is available either as an item in the Navigation menu, a button on the taskb...
circa 2 mesi fa | 0
Lapack in Simulink Real-Time Desktop
Hi Stefano, to be able to use some library with Simulink Desktop Real-Time, the library must be available in source form (C or ...
circa 2 mesi fa | 0
Serial communication using Stream Input/Output blocks receives delayed data
Hi Ama, the Stream Output block, when run in Connected IO mode like you are running it, has one sample period delay between its...
circa 2 mesi fa | 1
| accettato
Serial communication using Stream Input/Output blocks receives delayed data
Hi Ama, in your model, please select DEBUG, Information Overlays, Execution Order. This will tell you in which order your block...
2 mesi fa | 0
Serial communication using Stream Input/Output blocks receives delayed data
Hi Ama, you should not use Simulink Pacing together with Simulink Desktop Real-Time. Simulink Desktop Real-Time I/O blocks sync...
3 mesi fa | 0
Simulink Desktop Real-Time, App Generator?
Hi Kyle, unfortunately, Simulink Desktop Real-Time does not have the capability to generate standalone applications. Models cre...
3 mesi fa | 0
| accettato
Simulink Real Time Desktop Runs too Fast?
Hi Kyle, are you running in Connected IO or Run In Kernel mode? If Connected IO, please make sure that you have at least one of...
3 mesi fa | 2
| accettato
Vector CancaseXL run in Kernel show errors
Hi Wu Lei, Vector uses a of "Application" that are individual hardware channels assigned to. You must configure an application ...
5 mesi fa | 1
| accettato
Creating a proper f3d file
Hi Pavel-Jakub, the F3D format used by 3D Foundation is not the same format as used in Fusion. This is just a name coincidence....
5 mesi fa | 0
Using Realtime UPD to Send a string
Hi Brian, for an example how to send formatted text over UDP using Simulink Desktop Real-Time, please see the sldrtex_streamio ...
5 mesi fa | 0
Failed to connect to the target with command line
Hi, this looks like Simulink Desktop Real-Time is not installed on the machine. Does the "ver" command show the product as inst...
6 mesi fa | 0
| accettato
Simulink Desktop Real-Time parallel simulations and communicate between simulations
Hi Abdülhamit, it is not possible to run parallel simulations using Simulink Desktop Real-Time using parsim or any similar appr...
6 mesi fa | 0
| accettato
How to export CAD model (Autodesk Inventor) so I can upload it to Simulink 3D animation, specifically the VR sink block
Hi Josh, the process of importing CAD files into Simulink 3D Animation is described here. In short - if you prefer a GUI, use t...
6 mesi fa | 0
How to use "fast restart" in Simulink Desktop Real-Time mode?
Hi Toshiki, you can run Simulink Desktop Real-Time models in Normal mode (uncompiled), and you can use Fast Restart in this mod...
8 mesi fa | 1
| accettato
UDP Communication with Unity in Simulink Destkop Real-time Kernel Mode
Hi Amr, the interface blocks are target-specific. So you cannot use block from Simulink Real-Time library with Simulink Desktop...
9 mesi fa | 0
| accettato
How to add tuneable Parameter to a Desktop Real Time Simulation on the example Water Tank
Hi Lars, the constant block must be connected to some other block where it has some effect on the result of the simulation. If ...
9 mesi fa | 0
Can I plot the simulink model signals with respect to real time?
Hi Shubham, you can try Simulation Pacing. Good Luck, Jan
9 mesi fa | 0
How do I add text to a Virtual World ?
Hi Tiago, there are several examples that show how to add text to a virtual world. Please see e.g. the vrtkoff_hud example. If ...
circa un anno fa | 0
Error " Cannot find S-function module 'joyinput' " when try to use in with ROS monitor and tune.
Hi Chanokun, if you run a model in monitor and tune mode, it means that the model is compiled into a binary executable which th...
circa un anno fa | 0
Send struct over UDP
Hi Andrea, if you are using Simulink Desktop Real-Time, you can use the Packet Output block. The block allows you to specify a ...
oltre un anno fa | 2
Real-Time frequency analysis of acceleration data
Hi Max, you can use blocks from the DSP System Toolbox library. There is a Buffer block that packs single data samples to buffe...
oltre un anno fa | 0
| accettato
Unable to connect Bluetooth Space Mouse
Hi Harrison, unfortunately, the current SpaceMouse driver is unable to handle the wireless connection. This is a known limitati...
oltre un anno fa | 0
| accettato
Why does the maximum scan/sampling rate differ significantly between MATLAB and Simulink Desktop Real Time?
Hi Kevin, for maximum performance of a Simulink Desktop Real-Time model, please use just a single Analog Input block and use a ...
oltre un anno fa | 0
| accettato
Numerical Issues unpacking binary data string
Hi Max, saturation is by far the simplest method, although I understand it has its limitations. The next simplest method is to ...
oltre un anno fa | 0
Numerical Issues unpacking binary data string
Hi Max, first, you may be missing a very useful feature of the Packet Input block that allows it to output the signals directly...
oltre un anno fa | 0
| accettato