Answered
How to change the equation of Capacitor from simscape.
You can create a Custom capacitor with the equation you wish to implement by creating a Custom component in simscape. You ca...

9 years ago | 0

Answered
linearly map values with colormap matlab
Try the sample code that I have provided below. It seems to be doing what you mentioned. x=rand(20,1); %data to be plotted ...

9 years ago | 2

Answered
Save history as regular text instead of xml?
You may not be able to save the command history in .m format from MATLAB R2014a. You can check the following link: http://...

9 years ago | 0

Answered
Error using biograph function
This seems to be a known issue. Currently there are no workarounds to resolve the errors.

9 years ago | 0

Answered
SwK constant in ac6_example
The value of SwK will be 1 for Speed Regulation mode of the Speed Controller and the value will be 2 for Torque Regulation mode ...

9 years ago | 1

| accepted

Answered
find and set simulink parameters for several blocks
Regarding this question: Find the attached sample model (‘trial_model.mdl’)where there are multiple ‘Gain’ blocks in the top ...

9 years ago | 1

Answered
add legend of a plot when names of each time series are saved in a vector
Regarding the first question: Using the ‘ <http://www.mathworks.com/help/matlab/ref/datestr.html datestr> ’ function on the d...

9 years ago | 0

| accepted