Answered
Simulating engagement of two helical gears
Hi Bertug, To simulate the engagement of two helical gears in Simulink or Simscape, where one gear has random RPM and the other...

5 months ago | 0

Answered
query regarding the output function in ode 45 ?
Hi Souvik As per my understanding you would like to prevent the solver from computing and returning the full solution in ‘y’. T...

5 months ago | 0

Answered
Working with Second Order Sections HRTF dataset for binauralization
Hi Shaunak The code looks well-structured for transforming a mono audio signal into a binaural signal using a SOFA file contain...

5 months ago | 0

Answered
Issue with High Estimation Error in 2nd and 3rd Rows of State Vector
Hi Om Prakash Upon reviewing the provided code, I see that there is an inconsistency in the number of states between the initia...

5 months ago | 0

Answered
Using z-transform to solve the capacitor current, but I don't know where I went wrong.
Hi xin When dealing with discrete data, plotting directly will inherently produce a step-like appearance. If the objective is t...

5 months ago | 0

Answered
How to see geometry edge numbers that are crowded for multilayered geometries with layers of significantly different thicknesses
Hi John It appears that the variable Rtfh has been overwritten in the code. It should be ensured that each part of the geometry...

5 months ago | 0

| accepted

Answered
limit elevation angles for a phased array on a platform/aircraft to satellite
Hey Mike Ground stations have fixed locations on Earth. This makes the calculation of elevation angles relatively straightforwa...

5 months ago | 0

Answered
Replacing Simscape's gimbal joint's Spring Stiffnes with External Torque
Hi Ondrej The ability to replace joint behaviour with external torques depends on the complexity of the motion and the degrees ...

5 months ago | 0

Answered
MERGE EXCEL SHEETS INTO ONE MATLAB DATA FILE
Hi Saptorshee It is possible to combine data from multiple Excel sheets into a single .mat file. This can be achieved by using ...

5 months ago | 1

Answered
Obtain the port value in real time, and judge the size of the value. If the value is not met, a warning is reported.
Hi Fangping Visualizing the value of an input port in real time can be done in Simulink using the scope/ display blocks. Refe...

5 months ago | 0

Answered
custom phase changing material does not release heat.
Hi Berkay The issue seems to be related to the logic in the phase change model. ‘Tmelt_start’ has been set to 320K and ‘Tmelt...

5 months ago | 0

Answered
How can I define the temperature in 2D domain at location x,y [rather than nodal locations] for steady state or transient solution?
Hi John Finding the temperature at an arbitrary point ((x, y)) within a finite element mesh can be challenging because directly...

5 months ago | 0

| accepted

Answered
Supress tcpipclient readline warning for a empty answer
Hi Alexander As per my understanding you are receiving the following warning message. To suppress the warning message ...

5 months ago | 1

| accepted

Answered
Generating a third order polynomial for the contraction region of supersonic nozzle
Hi Bamelari As per my understanding, your code produces a plot that starts converging from “x = 0” which is the y - axis and yo...

5 months ago | 0

| accepted

Answered
Summing over observations in unbalanced panel data
Hi Selcen As per my understanding you would like to sum all the values of a specific variable till the latest occurrence of tha...

5 months ago | 1

| accepted

Answered
How do I make a permanent magnet synchronous machine behave as a generator when inputting speed and not torque?
Hi Lydia As per my understanding, instead of torque you would like to provide angular velocity as input to permanent magnet syn...

6 months ago | 0

| accepted

Answered
Is it possible to customizing the Frenet path planning in Highway Trajectory?
Hi Satheesh Yes, it is possible. To customize Frenet path planning for highway trajectory to include specific right and left ...

6 months ago | 1

Answered
"Does the rotor core of the Synchronous Machine Model 1.0 include hysteresis characteristics?"
Hi Dongwon Hysteresis properties are related to the magnetic properties of the core material and its behaviour under varying ma...

6 months ago | 0

| accepted

Answered
How to convert this fplot to 3D plot view
Hi Dilip To convert a 2D plot to a 3D mesh, a third variable needs to be introduced. In this case, the variable sc can be consi...

6 months ago | 0

Answered
Graphic display problem after using normalized coordinates in Matlab
Hi Sicheng As per my understanding, you are not able to notice any change in the image after changing the diameter, so you woul...

6 months ago | 0

Answered
Load external file in ssc block Simscape
Hi moritz As per my understanding, you would like to “load” the corresponding values into the “liquid valve” component dependin...

6 months ago | 0

Answered
Why is there no effect of flipping the normals using poisson in pc2surfacemesh?
Hi Lars I see that you are trying to flip the normal using the statement ptcloud.Normal = -ptcloud.Normal but you are noticing ...

6 months ago | 0

Answered
Need to extract boundary layer thickness from 2D planar PIV data.
Hi Miguel, As per my understanding you would like to use a velocity profile where max(profile_u) is closer to 13 m/s for calcu...

6 months ago | 0

Answered
I am trying to find the difference in two columns on my csv file to plot them and my current code isnt working.
Hi Kathryn As per my understanding, you are facing issues in your code while trying to find the difference between two columns ...

6 months ago | 0

| accepted

Answered
Experiment manager confusion matrix visualization
Hi Atakan, As per my understanding, you would like all the data to be shown in percentages in the confusion matrix. That means,...

6 months ago | 0

Answered
How does Symbolic diff() Operate When the Order of Derivative is Symbolic?
Hi Paul, As per my understanding, you would like to get more clarification on how “diff” function works in MATLAB when operated...

6 months ago | 1

| accepted

Answered
Built a customised block
Hi Prajwal, As per my understanding, you want to bulid a customizable headlamp block in simulink. You can follow the following ...

1 year ago | 0

Answered
Passing processed audio to an app like discord
Hi David, It is possible to process audio from a microphone and pass it to an application as audio output in real-time. Here'...

1 year ago | 0

Answered
how can i get excel to use the time vector of a timetable properly ?
Hi Andre, As per my undertsanding, you are encountering an issue where you are creating timetables in MATLAB and saving them t...

1 year ago | 0

Answered
Matlab code is slower than it used to be
If the `cast` function, specifically the conversion from a Python dataframe to a MATLAB table, is taking significantly longer on...

1 year ago | 0

| accepted

Load more