Soumya Saxena
MathWorks
Followers: 0 Following: 0
I am an Application Support Engineer,
Estadística
0 Preguntas
33 Respuestas
CLASIFICACIÓN
2.705
of 295.467
REPUTACIÓN
22
CONTRIBUCIONES
0 Preguntas
33 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
5
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
Is there a 'iscloud' (ispc equivalent) command in MATLAB Online?
Please refer to this link: <https://www.mathworks.com/help/matlab/ref/is.html> There is no function analogous to ispc accordi...
casi 7 años hace | 0
How to create a deployed MATLAB application providing a COM interface?
If you are not using MATLAB Runtime and are instead using installed MATLAB , then you need to use MATLAB engine: <https://www...
casi 7 años hace | 0
Loop my code until c vector is zero or less
Hi, You may consider the following link: <https://www.mathworks.com/matlabcentral/fileexchange/30481-simple-example-of-the...
casi 7 años hace | 0
How to Use "Generate Maximally Perceptually Distinct Colors" Function?
Please refer to the following MATLAB Answers post : <https://www.mathworks.com/matlabcentral/answers/320281-data-must-be-a-si...
casi 7 años hace | 0
| aceptada
Hi everyone, hopefully can you help me with my problem. I need to run my simulation for different "Driving cycles". Each one have a different duration. Ist there anyway to adapt the duration time according to the driving cycle?
Consider the following file exchange link: <https://www.mathworks.com/matlabcentral/fileexchange/46777-driving-cycle--simulin...
casi 7 años hace | 0
Finding Common area under some polynomial curve
Please consider using "trapz" function : <https://www.mathworks.com/help/matlab/ref/trapz.html>
casi 7 años hace | 0
I would like to use Matlab 2014a to open a protected windows explorer folder by signing in as a specified/defined user (this user is different from the windows account user). Is this possible?
You may consider using the following command to open a folder : [~, userdir] = system('echo %USERPROFILE%') Please also no...
alrededor de 7 años hace | 0
How would I code the trapezoidal rule and simpsons rule for this question with MATLAB. The problem is that the upper y limit is 0.5+0.5x and this is causing problems with my code.
Please consider using the "trapz" function: <https://www.mathworks.com/help/matlab/ref/trapz.html> Also consider the examp...
alrededor de 7 años hace | 0
How do i make a line of datapoints between 2 points on map, and use their index for later.
You compute the indexes of the values in X that corresponds with the x-values in A. You may consider using scattered interpolati...
más de 7 años hace | 0
| aceptada
How do i make a line of datapoints between 2 points on map, and use their index for later.
I understand that you want to compute the ice thickness using the third and fourth column. Please let me know why you are perfor...
más de 7 años hace | 0
Make 2D markers look 3D
You may create small balls using a "sphere" as follows : <http://www.mathworks.com/help/matlab/ref/sphere.html?searchHigh...
más de 7 años hace | 0
Add threshold line to simulink plot
I understand that you would like to include a threshold line on real time plots. If you are using a scope and want to add a lin...
más de 7 años hace | 0
Deprecated, does not apply
Please note that since this is related to a file exchange submission, it is recommended that you contact the author of the submi...
más de 7 años hace | 0
How to import a *.prn file into matlab, which contains time and date stamps along with various columns of data.
You may convert date stamps to seconds as follows: t='14:35:59.812'; [Y, M, D, H, MN, S] = datevec(t); H*3600+MN*60+S Yo...
más de 7 años hace | 0
How do we distribute the frequency range for the discrete fourier transform of arbitrary discrete values of a signal?
You may find more details about the Discrete Fourier Transform at the following link: <https://www.mathworks.com/help/signal/...
más de 7 años hace | 0
How to plot motion analysis graphs using matlab?
I understand that you want to plot a unit step movement. The "heaviside" may be useful. Please refer to the following documentat...
más de 7 años hace | 0
How should I generate a rectone from the following Matlab code
To generate rectangular pulse, you may use the "rectangularPulse" function in symbolic Math Toolbox. The following documentat...
casi 8 años hace | 0
How should I generate a Matlab code for tenttone using the following information
I understand that you want to plot triangular wave forms. You may refer to the "sawtooth" function to plot a triangular wave. Pl...
casi 8 años hace | 0
What is MATLAB convention for the direction of normal vector of a triangulated mesh?
The orientation of the normal is implicitly defined by the ordering of the vertices in a triangle. For all triangulations genera...
casi 8 años hace | 2
Call matlab function from python coroutine
I understand that upon calling the matlab function from the python module, the program hangs. Could you share the code that is ...
casi 8 años hace | 0
how to run thousands of regressions at the same time
In order to perform regression on every column of b, there are 2 workarounds: 1. You may loop through each column of b,and tr...
casi 8 años hace | 0
Does anyone know video lessons about events and listeners?
I understand that you want to know about video lessons on Events and Listeners. For video lessons that introduce this concept, y...
casi 8 años hace | 0
How do I generate links in documentation?
I understand that you want to know how you can generate links to the help text for another class from a class. It is possible to...
casi 8 años hace | 0
regarding phase compensation?
I understand that you are trying to do phase compensation. Please note that a shift in time domain is equivalent to multiplicati...
casi 8 años hace | 0
| aceptada
How to plot the function
In order to plot a function or an expression, you may use the " *fplot*" function. More details are given in the following link:...
casi 8 años hace | 0
Calculate the unknowns values that satisfy determinant of matrix equals to zero
I understand that you would like to determine the values of "w" that satisfy the equation, (-w²M + C iw + K)=0. However, in orde...
casi 8 años hace | 0
Looping object arrays that are properties of other objects - what level to implement them?
I understand that you would like to know the difference between the 2 methods of updating instances of a a class. Both methodolo...
casi 8 años hace | 0
How to show the regression plot in a figure?
I understand that you would like to plot a regression plot for the x and y values specified. If y is independent variable and x ...
casi 8 años hace | 2
How to calculate the volume of a facet using convhulln() function?
I understand that you are getting an error with the "qhullmx" function while calling the "convhulln" function. You are defining ...
casi 8 años hace | 0
plot2svg - Trying to save a figure with transparent plots
If I understand correctly, you would like to save a figure from MATLAB with plot2svg. Since “plot2svg” is a Matlab File Excha...
más de 8 años hace | 0