Prasad Parameswaran
MathWorks
Followers: 0 Following: 0
I works at MathWorks India Pvt. Ltd.
Any advice or opinions posted here are my own, and in no way reflect thet of MathWorks.
Estadística
0 Preguntas
15 Respuestas
CLASIFICACIÓN
2.655
of 295.467
REPUTACIÓN
22
CONTRIBUCIONES
0 Preguntas
15 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
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
mclmcrInitialize fails from C++ Linux call
On Linux, you get the segmentation fault because you have not allocated memory for the output pointer of pointers. To resolve th...
más de 4 años hace | 0
Two Errors Happen When Running R2019a Instead of R2018a on ADI RF SOM Board
Using the "Upgrade Advisor" may resolve the issue. Do refer the below link for more information: https://www.mathworks.com/help...
más de 4 años hace | 0
Pattern/Template matching with different intensity level images
The issue may be solved using histogram equalization with function "histeq". Refer link for more information: https://in.mathwo...
alrededor de 5 años hace | 0
Matlab crashes after mex from cpp
For troubleshooting refer the following link: https://www.mathworks.com/matlabcentral/answers/212716-how-do-i-troubleshoot-a-ma...
alrededor de 5 años hace | 1
| aceptada
How do I plot the curve x^2+y^2=1+2.5sin(xy) in polar coordinates in mathlab?
The function can be easily plotted in cartesian coordinates with functions "fplot". Refer the below mentioned link: https://in....
alrededor de 5 años hace | 0
| aceptada
How to create a state space model and/or model using transfer function from an existing Simulink model? to replicate the results from simulink
You can use the input output data of the simulunk model to identify the system using "iddata". Refer:https://in.mathworks.com/he...
alrededor de 5 años hace | 0
matlab code to determine the first 100 values of the step response s(t) and s(n) of the system given the impulse response h(t) and h(n) respectively
First step is to identify the system. This can be done using "iddata" documentation link given below: https://in.mathworks.com/...
alrededor de 5 años hace | 0
How Can I load N .txt files with different name in a for loop?
MATLAB most useful and powerful feature is its ability to work with arrays. It is better to store the imported matrices in a sin...
alrededor de 5 años hace | 1
how do i fix this Unable to perform assignment because the left and right sides have a different number of elements.
This is because of dimension mismatch. This can be resolved by initialiszing the variables. If the dimension of variable(say x) ...
alrededor de 5 años hace | 0
Using Matlab for excel data automation
Here is one way of solving the problem. Read the input table to MATLAB using "readtable()" command. For more information refer ...
alrededor de 5 años hace | 0
How to set the position of the label in a contour plot?
The function "clabel" will solve the issue. With "clabel(c,h,'manual')" command you can add the label at locations you select ...
alrededor de 5 años hace | 1
| aceptada
How to read multiple arrays from a text file?
The "readmatrix" function may solve your issue. Refer this link for more details
alrededor de 5 años hace | 0
Comparing two equal strings doesnt work
This can be solved by using the "ismember" function, refer the below example: A = ["John"; "Lee" ; "James"; "Lee"]; B = "Lee";...
alrededor de 5 años hace | 0
Arduino Due Native USB communication with Matlab
SerialUSB approach is recommended when using Arduino Due USB port. The BaudRate vale is not revelent while using SerialUSB. The...
alrededor de 5 años hace | 1
Compiled .NET assembly cannot start parpool if run from "Program Files" directory as non-administrator (Windows 10, Matlab 2017b)
This issue is due a bug with multiple MATLAB Compiler Rintime(MCR) contexts and has been fixed in R2019b. The possible workarou...
alrededor de 5 años hace | 0