Answered
SI Core Engine Engine Load Breakpoints
Hi Murat, The term “Load Breakpoint” in SI Engine Simple Torque Model within Simulink Powertrain Blockset refers to a set of ...

2 months ago | 0

Answered
Caucer fraction expansion fraction expansion for filter synthesis
Hi Liam Jacobs, You can use MATLAB's built-in functions, "quorem" or "residue," to obtain the constant value. Ensure these fun...

2 months ago | 0

Answered
How to Automatically Upload AEwin .DTA Files to a Web Server Using MATLAB or Python?
Hi Huzaifa, You can automate the whole process in MATLAB in three phases: Detection of new .DTA file Reading and processing ...

2 months ago | 0

| accepted

Answered
Need to rectify error in my matlab code given below
Hi Jasmine, The error you encounter is due to the incorrect use of symbolic differentiation and the definition of “n(t)” as a ...

2 months ago | 0

Answered
Every time I log in, I get an error message dialog: Error starting MATLAB Connector: One or more services failed to start
Hi Garrett Mitchener, I too have encountered this error. The error message indicates that the services is not installed proper...

2 months ago | 0

Answered
How to properly change the sampling time of Vehicle Control Unit subsystem?
Hi Duc Giap Nguyen, I am assuming that the VCU is a referenced subsystem within a larger system, and it contains an MPC subsys...

2 months ago | 0

Answered
Simulink data type conversion, single to uint16.
Hi Jamie, I am assuming that you have used "Data Type Conversion" block, and the conversion to "uint16" resulted in unexpected...

2 months ago | 0

| accepted

Answered
Export figure to eps or pdf: latex font is no longer embedded
Hi Florian Klinger, I too have encountered the similar error. The workaround that worked for me was ensuring that the EPS fil...

2 months ago | 0

Answered
Copy Figure in MetaFile Error
Hi Chris_WMS, I also have encountered the similar error when I adjusted the copy options as follows: Clipboard format: Metaf...

2 months ago | 0

Answered
Query on Sampling Time Relative to Computation Completion in Simulink
Hi Yunchao, I am assuming that T1 and T+1 are absolute times, T1 is the time when the triggered subsystem starts its comput...

2 months ago | 0

Answered
Insert data in uitable from textbox
Hi Abdullah, The challenge you are facing arises when the new results are added to the table without preserving the existing d...

3 months ago | 0

Answered
How do I plot a 3-d matrix.( error with surf)
Hi Savitha, The error you receive “Error using matlab.graphics.chart.primitive.Surface” suggests that the input that you passe...

3 months ago | 0

Answered
How to get xyz coordinates from 3d surface?
Hi Youb, From my understanding, the "gridtrimesh(f,v,X,Y)" fits a surface of the form “Z=F(X,Y)” to the triangular mesh defin...

3 months ago | 0

Answered
I need to run Optimization using models I generated in Regression Learner
Hi Roberto ! I am assuming that you are able to generate multiple surrogate models using the Regression Learner in the Machine ...

3 months ago | 0

| accepted

Answered
dock graphics window size
Hello Stephen, There are several methods to reset the window size to its default settings: Property Inspector: Open the Prop...

3 months ago | 0

Answered
How to plot the input which is R for LQR?
Hello Inam! According to your question, I am assuming that you are able to plot the cart position and pendulum angle on a plot...

3 months ago | 0

Answered
trainNetwork reports too many input arguments in 2024a
Hello Peter! I've replicated your scenario in MATLAB R2024a, and the"trainNetwork"function is providing the expected results. ...

3 months ago | 0

| accepted