Answered
Can a system() Command be used Inside a Function Called from Inside a parfor Loop?
Hi Paul, A 'system' command inside a function called from within ‘parfor’ seems to be working fine. Code: function myFunct...

4 months ago | 0

| accepted

Answered
how do I load zip file in matlab code?
Hi Kuldeep, The above error is being produced as the function loadProduct used is not a defined MATLAB function. To extract a z...

4 months ago | 0

Answered
define an objective function of field oriented control (FOC)
Hi Milad, PI controller gains are tuned based on the time domain or the frequency domain specifications mentioned by the user. ...

4 months ago | 0

| accepted

Answered
Writing legends for MATLAB figures with subscripts
Hi Milad, You can create legends with subscripts by using the LaTeX interpreter. Use the underscore character _ to denote subsc...

4 months ago | 0

| accepted

Answered
getToneFromPSD函数中这一段代码的含义是什么?
Hi Dayan, The internal function ‘getToneFromPSD(Pxx,F,rbw,toneFreq)’ is used to get the power and frequency of the identified ...

4 months ago | 0

Answered
Comprehensive Battery Management system for Electronic Vehicles
Hi Chennam, I see that you want to create a Battery Management System using Simulink and Simscape. To start you can go with t...

5 months ago | 0

Answered
Simscape Onramp Section 8.1 Task 9
Hi, I faced a similar error when trying to do the Simscape Onramp. The error occurs in this particular step even if the earlier ...

5 months ago | 0

Answered
time domain specifications calculations from graph
Hi Pranav, The step() function can be used to plot the second order system response. Here is a documentation link to Step respo...

5 months ago | 0

Answered
How do I add signal logging for each connection in simscape
Hi Neeraj, You can use signal logging to capture signal data from a simulation without adding blocks to your model. When signal...

5 months ago | 0

Answered
Confusion understanding series/parallel relationship of mechanical components of a DC motor in Simulink Simscape
Hi ABTJ, your interpretation for the connections is correct. It seems the main reason for this confusion is the Inertia block. ...

5 months ago | 0

| accepted

Answered
In App Designer, a space after each word in TextArea creates a new line after running the gui
Hi Thuan, I see that on entering text in the ‘value’ or ‘title’ field of the ‘Text Area’ component in ‘App Designer’, there is...

6 months ago | 0

Answered
Problem with Fast Restart and Simulink Scenario Reader
Hi Francesco, It seems you are unable to update the pedestrian positions as the ‘Scenario Reader’ block gets stuck with values...

6 months ago | 1