![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8108856_1522124785594_DEF.jpg)
Chinmayi Lanka
Followers: 0 Following: 0
Estadística
0 Preguntas
30 Respuestas
CLASIFICACIÓN
1.827
of 297.016
REPUTACIÓN
36
CONTRIBUCIONES
0 Preguntas
30 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
8
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
How to dynamically change a block parameter value during simulation run-time?
Simulink provides an API that allows programmatic access to block data. You could use this API to achieve what you want to do. ...
casi 8 años hace | 0
Support package for TI C2000 in Matlab 2010B
If you are using win32 version of MATLAB R2010b, the C2000 library blocks are available with Real Time Workshop Embedded Coder. ...
casi 8 años hace | 0
Import lsm file to matlab
The following File Exchange submissions might be helpful: <https://www.mathworks.com/matlabcentral/fileexchange/8412-lsm-fil...
casi 8 años hace | 0
Forgot your password? clickable option is not respoding in Log in procces
Contact MathWorks Customer Support: <https://www.mathworks.com/support/contact_us/?country_sort=KR&geoloc=Korea%2520(Republic...
casi 8 años hace | 0
conflict with Turbotax downloads for Mac using the .mdlp extension
I believe this issue could be similar to the one listed in the following post: <https://www.mathworks.com/matlabcentral/answe...
casi 8 años hace | 0
I need to convert 3d graph generated from matlab to 3d interactive pdf. can someone please help me out? thanks.
There are a couple of third party toolboxes that have been developed to make use of the U3D PDF-style. MATLAB Mesh to PDF wit...
casi 8 años hace | 1
| aceptada
Reference models and code generation with use of the Robotics Toolbox
Robotics System Toolbox as of R2016b does not support working with model references. There are no workarounds other than removin...
casi 8 años hace | 0
Is it possible to force single precision instead of double precision when generating code from simulink?
The following example walks you through how you can generate code with 'single' as default data type: <http://www.mathworks.co...
casi 8 años hace | 1
Asynchronous parallel processing when a worker is available
The following documentation page provides an example: <https://www.mathworks.com/help/distcomp/examples/parfeval-blackjack.htm...
casi 8 años hace | 0
¿Cuanto tiempo dura la licencia de Matlab?
Please take a look at the following FAQ for more information regarding MATLAB student license: <https://www.mathworks.com/stor...
casi 8 años hace | 0
Merging text data from sequence data files in a folder
In your 'fprintf' statement, you are printing the index of the file fprintf(fout, '%s %d\n', linetext, cntfiles); If you...
alrededor de 8 años hace | 1
| aceptada
How can I include new signal into WaveFormGenerator Simulink block from a script?
I don't think that you can set a value for the 'Waveform Definition' field from the command line. As per the following documenta...
alrededor de 8 años hace | 1
Why simulink does not support configuration of Software Implementation Policy (swImplPolicy) for AUTOSAR measurement data.
Please contact MathWorks Technical Support.
alrededor de 8 años hace | 0
Arduino simulink problems seems to be a theme
I would recommend that you go through the following documentation and try to execute the example models mentioned in the documen...
alrededor de 8 años hace | 0
Assertion failed: b:\matlab\src\cgir_hdl\target_analysis\characterizationkeygenerator.cpp:45:val
Do you have any Rate Transition blocks in your model? Try removing the Rate Transition blocks from your model and try again. A...
alrededor de 8 años hace | 0
Wave shaping function in simulink, looks like ???
It depends on the function. There are dedicated blocks for each function and depending on the function you wish to use, you can ...
alrededor de 8 años hace | 0
how to avoid clabel overlap
The "clabel" function allows you to create contour labels and partially customize their appearance. One approach could be to ...
alrededor de 8 años hace | 0
No supported compiler or SDK was found. For options, visit http://www.mathworks.com/support/compilers/R2016a/maci64.html. gmake: *** [MotorArduino_sfun.o] Error 255
On the Mac, no C compiler is supplied with MATLAB. If you use products that require one, Apple’s development environment for OS ...
alrededor de 8 años hace | 1
How to use placeholder in a loop?
From what I understand, in your loop, you want the variable Ansatzx_f to be Ansatz1_f in the first iteration, Ansatz2_f in the s...
alrededor de 8 años hace | 1
Outputting data generated from a SimEvents model
You cannot directly log the data from the Attribute scope. One possible way to extract the data is to save it as a MATLAB Fi...
alrededor de 8 años hace | 0
| aceptada
Syntax error with Fcn block in simulink
You cannot use the 'strmatch' function inside the Simulink 'Fcn' block. The 'Fcn' block only supports Mathematical functions: ...
alrededor de 8 años hace | 0
| aceptada
Preparing MATLAB code for code generation to C code using MATLAB Coder. Error messages.
On attempting to generate code for your function, I did not receive the error you mentioned. I believe that it is a typo but...
alrededor de 8 años hace | 0
Is it possible to write global data in a simulink model (used for code generation), from a matlab function defined outside the model?
In releases R2011a and beyond, you will have to first declare the extrinsic function before using them in the MATLAB Function bl...
alrededor de 8 años hace | 0
How to effectively remove the DC component from a frequency spectrum analysed using Welch's Method?
You can use the 'DCBlocker' system object that is available in the DSP System toolbox to remove the DC Component of the incoming...
alrededor de 8 años hace | 0
Annoying Warning messages:
MATLAB sets the LD_LIBRARY_PATH variable so that the libraries it ships with are at the top of the the linker's search path. In ...
alrededor de 8 años hace | 1
Unable to connect Mathlab/SimuLink to Lego Mindstorm EV3 Error: Unable to load a message catalog
Message catalogs are XML files stored in the "resources" directory of the MATLAB installation. A catalog referred to as "A:B...
alrededor de 8 años hace | 0
State Space Inputs in Simulink
The State-Space block implements a system whose behavior is defined as: x'= Ax+Bu y = Cx+Du where x is the state vecto...
alrededor de 8 años hace | 0
How to plot such a graph
You can take a look at the following File Exchange submission: <https://www.mathworks.com/matlabcentral/fileexchange/50737-4db...
alrededor de 8 años hace | 0
Shared installation of Matlab for two operating systems
It is not recommended to have a common installation for multiple operating systems. Even if the installation process does not gi...
alrededor de 8 años hace | 0
Simulink ToWorkspace block generates timeseries with incorrect data dimensions.
The "To Workspace" block creates a timeseries with Data of size Nx1 when passed scalar signals and Data of size AxBxN for signal...
alrededor de 8 años hace | 1
| aceptada