Nirja Mehta
MathWorks
Followers: 0 Following: 0
I am an Application Support Engineer and an Electrical Engineer by education.
Statistiques
0 Questions
20 Réponses
RANG
2 911
of 295 467
RÉPUTATION
20
CONTRIBUTIONS
0 Questions
20 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
2
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Is there a way to get the Simulink real-time parameter set (rtp) from a rapid accelerator build without rebuilding it?
You can check the checksum of your model and get rtp only if checksums are different. % To compile the model before calling...
environ 7 ans il y a | 0
Dynamic Memory disabled, Coder help Needed
If you know the maximum size of your variable, place an upper bound on this variable for code generation. To avoid dynamic me...
environ 7 ans il y a | 0
magnetic fiel simulator tools ?
Refer <https://www.mathworks.com/help/pde/electrostatics-and-magnetostatics-equations.html Solve PDEs that model static electric...
environ 7 ans il y a | 0
VC++ code as s-function
Please refer this <http://www.mathworks.com/help/simulink/sfg/integrating-existing-c-functions-into-simulink-models-with-the-leg...
environ 7 ans il y a | 0
write out separate files for each iteration
Are you getting any error? If yes, can you provide your .wav files?
plus de 7 ans il y a | 0
| A accepté
In DTC induction motor module, what is the equation between the input: speed reference and torque reference produced in module
The input "SP" is used for setting either speed or torque setpoint. There are multiple demo models that depict the use of speed ...
plus de 7 ans il y a | 0
How can I simulate a model which is triggered at specific simulation times with a variable step solver?
Yes, you are on the right track. You can control the maximum step size which will not skip certain steps during simulation. Also...
plus de 7 ans il y a | 0
Antenna Toolbox pattern() getting stuck (and gobbling memory) for any dielectric other than 'Air'
That is expected. The default patch is designed for operation at 1.67 GHz. So if you operate it at 5.8 GHz, the wavelength is mu...
presque 8 ans il y a | 0
Error while using smimport
Do you have any apostrophes in your current working directory? If yes, change the MATLAB Current Folder to a new directory t...
presque 8 ans il y a | 1
How to modify simscape PTC Thermistor for Stien-Hart Equation
That is because you have access to components only in "Foundation Library". Access to these components is given to provide a gre...
presque 8 ans il y a | 0
| A accepté
Stop diagnostics from simulink model outputting to command line when using simout?
As per my understanding of your question, I tried the following: >> vdp >> simOut = sim(gcs,'SimulationMode','Normal') ...
presque 8 ans il y a | 0
Transition not executed despite true condition
How are you providing input to the chart? I made a Stateflow chart according to your description, and with signed fixed point da...
presque 8 ans il y a | 0
Units for constants in simscape custom module
Assign '1' as the unit of "cm".
presque 8 ans il y a | 0
Simulink Error: Error invoking object method
Try opening any of the models listed in this link: <http://www.mathworks.com/help/simrf/examples.html> If it still does not ...
presque 8 ans il y a | 0
I want to desig a M/M/C model using SimEvents add-ons.
<http://blogs.mathworks.com/simulink/2015/02/04/surprising-results-from-modeling-queues-with-simevents/ Open this blog on modeli...
presque 8 ans il y a | 0
| A accepté
How I can get data from Bluetooth device to Simulink in a loop
This is because "b" is not in the scope of "DataStream" function. You will need to pass "b" as an input to "DataStream" function...
presque 8 ans il y a | 0
Sliding window in 2 images to create a third
i1 = randn([100 100]); i2 = randn([100 100]); R = 3; C = 21; num = 0; for i = 1:R for j = 1:C num =...
presque 8 ans il y a | 0
Kmeans information and cluster analysis
The outputs of kmeans will help you in visualizing the way your data is separated among k number of clusters. The outputs contai...
presque 8 ans il y a | 0
What does my simulation go into Zeno mode?
Runs without any warnings on my machine. You are simulating your model in Accelerator mode, try running in Normal mode or Rapid ...
presque 8 ans il y a | 0
How do I programmatically add inputs to a matlab function block ?
I am assuming you are working on a newer release of MATLAB, but the following links explain how you can programmatically change ...
presque 8 ans il y a | 1
| A accepté