MathWorks Support Team
MathWorks
Followers: 64 Following: 0
Statistics
RANK
8
of 302,046
REPUTATION
25,235
CONTRIBUTIONS
20,968 Questions
21,050 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
13,194
RANK
of 21,512
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 178,438
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
How can I make a vehicle turn right at an intersection in the simplest way in RoadRunner?
To do this, complete the following steps: a) Create north-south and east-west roads with an intersection, b) Place the vehicle, ...
2 hours ago | 0
| accepted
Question
How can I make a vehicle turn right at an intersection in the simplest way in RoadRunner?
How can I make a vehicle turn right at an intersection in the simplest way in RoadRunner?
2 hours ago | 1 answer | 0
1
answerHow can I run a simulation in RoadRunner in which a vehicle detects traffic light colors and drives accordingly?
To run the simulation, complete the following steps: a) create north-south and east-west roads with an intersectio...
1 day ago | 0
| accepted
Question
How can I run a simulation in RoadRunner in which a vehicle detects traffic light colors and drives accordingly?
How can I run a simulation in RoadRunner in which a vehicle detects traffic light colors and drives accordingly?
1 day ago | 1 answer | 0
1
answerRoadRunner で、信号機の色を判断して走行する車両のシミュレーションを実行するにはどうしたらよいですか。
実行するには、a) 交差点のある東西南北車道の作成、b) 信号の設置、c) 車両の設置と信号機のActor化、d) 信号機の色に従う車両の動作設定、e) シミュレーションの実行、を行います。 参考: How To Add and Use Traffic S...
1 day ago | 0
| accepted
Question
RoadRunner で、信号機の色を判断して走行する車両のシミュレーションを実行するにはどうしたらよいですか。
RoadRunner で、信号機の色を判断して走行する車両のシミュレーションを実行するにはどうしたらよいですか。
1 day ago | 1 answer | 0
1
answerDoes MathWorks provide support for the VeriStand Model Generation Support Add-On?
The "VeriStand Model Generation Support" support package, as well as the legacy "VeriStand Model Framework", are developed by NI...
1 day ago | 1
| accepted
Is it possible to connect to my Simulink Real-Time Speedgoat target machine through a network that uses NAT?
Certain VPN solutions use Network Address Translation (NAT). Support for NAT-based network topologies depends on the Simulink Re...
1 day ago | 0
| accepted
Why does my MEX-built library return a NaN value when compiled with Visual Studio 2022 17.14 and later
This issue seems to be caused by a change in compiler behavior and how newer versions of the Visual Studio 2022 compiler handle ...
1 day ago | 0
| accepted
Question
Why does my MEX-built library return a NaN value when compiled with Visual Studio 2022 17.14 and later
I am building a MEX shared library using MATLAB R2025a and Visual Studio 2022 17.14. The compilation completes successfully, but...
1 day ago | 1 answer | 0
1
answerWhere was my IVI driver installed on Windows, and how can I use it in MATLAB for instrument control?
You should be able to check the installed drivers on your system by using 'instrhwinfo'. Specifically, the devices supported by ...
1 day ago | 0
| accepted
How can I get the sample time of a block at the start of a simulation and use it to set model parameters?
This can be achieved using either an S-function or a MATLAB System. Querying the "CompiledSampleTime" property at Mask initiali...
1 day ago | 0
| accepted
How can I create a road with an intersection in RoadRunner?
Launch RoadRunner, then on the initial Getting Started screen, click the New Project button and specify the location where the p...
1 day ago | 0
| accepted
RoadRunnerでは、どうやって交差点のある車道を作成しますか?
RoadRunnerと立ち上げ、初期画面「Getting Started」で「New Project」ボタンを押して、プロジェクトの保存場所を指定してください。キャンバスがあるRoadRunnerのメイン画面が表示されたら、同画面右上の選択モードが「SCE...
1 day ago | 0
| accepted
Question
RoadRunnerでは、どうやって交差点のある車道を作成しますか?
RoadRunnerでは、どうやって交差点のある車道を作成しますか?
1 day ago | 1 answer | 0
1
answerQuestion
How can I create a road with an intersection in RoadRunner?
How can I create a road with an intersection in RoadRunner?
1 day ago | 1 answer | 0
1
answerHow do I change the directory my support packages get installed in?
MATLAB installs all support packages to a specific root folder in a default location: What is the default directory support pack...
2 days ago | 1
| accepted
Why do I get the error "TCP Client Connect Error: Address already in use (248)" when restarting my Simulink Real-Time simulation on Speedgoat?
Typically, the "Address already in use (248)" error comes from the fact that the TCP socket is going into the "TIME_WAIT" or "FI...
2 days ago | 0
| accepted
Question
Why do I get the error "TCP Client Connect Error: Address already in use (248)" when restarting my Simulink Real-Time simulation on Speedgoat?
I'm currently using TCP to establish communication between my Speedgoat target machine (TCP client) and a sensor (TCP server). T...
2 days ago | 1 answer | 0
1
answerHow do I renew my subscription for MathWorks Software Maintenance Service?
You can work with your Sales Representative to get a maintenance quote by contacting MathWorks Sales. If you are an Admini...
2 days ago | 0
| accepted
Who do I contact to receive a New License/Product or a Renewal Quote?
To receive a quote for renewal(s) or New Professional or Academic License/Product(s), please contact MathWorks Sales. If you are...
2 days ago | 0
| accepted
Why do I get a "Python commands require a supported version of CPython." error in MATLAB R2023a when I have a compatible version (3.10.0) installed?
There are two ways to use Python with MATLAB: 1) Using Python commands from MATLAB 2) Running MATLAB commands from Python Runnin...
2 days ago | 0
| accepted
How to perform branching and merging in MATLAB's SVN integration?
MATLAB's SVN integration does not support branching or merging. You would need to use an external client like TortoiseSVN or the...
2 days ago | 0
| accepted
How can I control the signal rate when using the Simulation 3D Joystick block and handle the inherited sample-time warning?
The Simulation 3D Joystick block uses an inherited sample time of -1. Because the block does not expose an explicit sample-time ...
3 days ago | 0
| accepted
Question
How can I control the signal rate when using the Simulation 3D Joystick block and handle the inherited sample-time warning?
I am using the Simulation 3D Joystick block in a Simulink model. When I compile or run the model, I receive a warning similar to...
3 days ago | 1 answer | 0
1
answerCan I use a Speedgoat real-time target as an XCP Server device for interaction with third-party calibration tools such as CANape and Inca?
Simulink Real-Time (SLRT) supports operation as an XCP Server (formerly referred to as an XCP Slave), allowing third-party calib...
3 days ago | 0
| accepted
How do I zoom into a selected region in Simulation Data Inspector during a simulation in Simulink R2025b Update 2?
From MATLAB R2025a, the behaviour of the zoom functionality in SDI has changed, and the zoom area automatically "jumps" to the l...
4 days ago | 0
| accepted
Question
How do I zoom into a selected region in Simulation Data Inspector during a simulation in Simulink R2025b Update 2?
I have a simulation running in Simulink R2025b Update 2. In Simulation Data Inspector (SDI), when a simulation is running and I ...
4 days ago | 1 answer | 0
1
answerWhy do I get an error during test execution regarding "no baseline data is available" in Simulink Test Manager R2025b?
Please check whether any signals (at least 1) are selected for the first iteration in your baseline test case. Usually, this err...
4 days ago | 0
| accepted
Question
Why do I get an error during test execution regarding "no baseline data is available" in Simulink Test Manager R2025b?
I have a baseline test with two baselines, each assigned to an iteration. However, the Test Manager is reporting that it cannot ...
4 days ago | 1 answer | 0