Community Profile

photo

madhan ravi


Last seen: Today Aktiv seit 2018

BMW BMS MBD (Automotive). Absolute fan of MathWorks.

Spoken Languages:
English, German

Statistiken

All
  • GitHub Submissions Level 1
  • Master
  • First Review
  • First Submission
  • Thankful Level 5
  • 12 Month Streak
  • Knowledgeable Level 5
  • Promoter
  • Commenter
  • Revival Level 3
  • Solver
  • First Answer

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
Documenting ports in a Simulink fixed point model
https://in.mathworks.com/matlabcentral/answers/95626-how-do-i-query-the-data-type-of-every-input-and-output-port-in-a-simulink-m...

7 Tage vor | 1

| akzeptiert

Gesendet


MATLAB_Simulink_FEX
Aligns all the ports connect to a subsytem in a horizontal line making the model look asthetically good.

9 Tage vor | 3 Downloads |

Thumbnail

Beantwortet
How long does it take for FEX to be submitted via GitHub?
Was able to publish it finally : <https://de.mathworks.com/matlabcentral/fileexchange/160906-matlab_simulink_fex?s_tid=srchtitl...

10 Tage vor | 0

| akzeptiert

Frage


How long does it take for FEX to be submitted via GitHub?
I tried to submit a FEX via GITHUB but I see this message: Does it take time to be resolved until they approve my submission or...

10 Tage vor | 1 Antwort | 0

1

Antwort

Beantwortet
Referenced model contains an algebraic loop. Referenced models do not support algebraic loops
As seen in the preview of the Referenced Model, there is a feedback to a subsystem make sure to add a Unit Delay block to the fe...

2 Monate vor | 0

| akzeptiert

Beantwortet
Using multiple instances of a referenced model with different port dimensions
Seems like there is no way to do what you want using a *Referenced Model* AFAIK. I would rather suggest you to make the model as...

2 Monate vor | 0

Beantwortet
I am facing problem when I am using frequency analyzer in Simulink.
Continuous Sample Time

2 Monate vor | 0

Beantwortet
How to activate Interpolate Data in Inport block in Simulink MATLAB
That option is under Execution dialog box:

2 Monate vor | 0

Beantwortet
How can I avoid errors due to division by zero in Simulink?
Or making the result to be zero when the divisor is zero using a *Switch block*

2 Monate vor | 0

Beantwortet
Adding text to a plot without specifying it first as a string
r = 1:3; rho = 4:6; plot(1:10) x = 1:3:9; y = x+1; for k = 1 : numel(x) text(x(k), y(k), {"r = " + r(k), "\rho = " + r...

2 Monate vor | 0

| akzeptiert

Beantwortet
Why does my top bar flicker and grays out in Simulink?
Perhaps a bug report to *MathWorks Support Team*?

2 Monate vor | 0

Beantwortet
how to run Model predictive controller in parallel with another model
You probably need <https://in.mathworks.com/help/simulink/model-reference.html>

2 Monate vor | 0

| akzeptiert

Beantwortet
Simlink example “Heat Conduction Through Iron Rod”
*From Left to Right :* T_5 is To Workspace block it is connected to Demux block which is connected to Scope. Cyl 2 (not ent...

2 Monate vor | 1

| akzeptiert

Beantwortet
Get data points for simscape-Table based battery
https://in.mathworks.com/help/sps/ug/pre-parameterized-components.html#mw_e92af2d2-0ae5-4856-af2b-9b386e72860f here you can find...

2 Monate vor | 0

| akzeptiert

Beantwortet
Why i can not connect current sensor to dc voltage?
You need <https://in.mathworks.com/help/simscape/ref/simulinkpsconverter.html#:~:text=The%20Simulink%2DPS%20Converter%20block,a%...

2 Monate vor | 0

| akzeptiert

Beantwortet
Good day, i designed a model whereby if the speed of the drive profile is less than zero,the output should be one.
If you have the drive cycle as a .mat file, use a *From File* block.

2 Monate vor | 0

Beantwortet
How to export a matlab/simulink model to FMU
https://in.mathworks.com/help/slcompiler/gs/export-simulink-models-to-functional-mock-up-units.html#mw_b6804c90-9242-4064-a65e-8...

2 Monate vor | 0

Beantwortet
Keyboard Shortcut ctrl+d (init model) - does not work any more
what do you mean init model? https://in.mathworks.com/help/simulink/ug/summary-of-mouse-and-keyboard-actions.html#butxv7y it is...

2 Monate vor | 0

Beantwortet
Difference between Matlab, simulink and embedded coder?
https://in.mathworks.com/matlabcentral/answers/12091-difference-between-simulink-coder-embedded-coder-and-matlab-coder https://...

2 Monate vor | 0

Beantwortet
How to phase shift a non sinusoidal signal in Simulink
One would need to use Phase Locked Loop ( PLL ) to determine the phase angle of the signal and then you can phase shift the ang...

2 Monate vor | 0

Beantwortet
I integrated fault current which is sine wave with its time period as an interval. But, i am getting value as an answer instead of getting 0.
Not sure what you are doing with your code. When using cursor measurements the 2 cursor points should measure same value as 0. D...

2 Monate vor | 0

| akzeptiert

Beantwortet
Too many output arguments. Requested 3 output(s), but only 1 output(s) available.
You expect three outputs to be returned from sim() whereas only one output can be returned from sim() command <https://in.mat...

2 Monate vor | 1

| akzeptiert

Beantwortet
Get timescale for all layouts in Simulink Scope
<https://in.mathworks.com/help/simulink/slref/spbscopes.scope.timescopeconfiguration.html#buvw6zv-1-TimeAxisLabels *TimeAxisLabe...

2 Monate vor | 1

Beantwortet
Why are the Corners Shaded in the Model Reference Block?
https://in.mathworks.com/help/simulink/slref/visualizing-model-reference-architectures.html when SimulationMode is in Accelerato...

2 Monate vor | 0

| akzeptiert

Beantwortet
Struct as mask input
Use one of the approaches mentioned in the link: https://in.mathworks.com/matlabcentral/answers/2050862-how-to-pass-a-struct-to...

2 Monate vor | 0

Beantwortet
two output in one scope
Using 2 Model Blocks reference one .mdl file and and the other .mdl file (if the model block doesn"t support .mdl format, conver...

2 Monate vor | 1

Beantwortet
why matlab can't plot signals ?
t = 0 : 0.0001 : 0.1; % ^

2 Monate vor | 1

Beantwortet
finding the columns include ones
index = find(all(matrix)) % one can directly use logical indexing without find() function

2 Monate vor | 0

| akzeptiert

Beantwortet
I have plotted a signal in Simulink and now i want to write a code to integrate that signal over the limits? can anyone help me with this please
Use Integrated Limited block specifying the upper limit as 0.008 and lower as 0. edit: Thanks @Paul, i overlooked it, yes the s...

2 Monate vor | 1

| akzeptiert

Beantwortet
Concatenating vector in in simulink for loop
You need to use <https://in.mathworks.com/help/simulink/slref/assignment.html?searchHighlight=Assignment%20block&s_tid=srchtitle...

2 Monate vor | 0

Mehr laden