Prajit T R
Followers: 0 Following: 0
Estadística
1 Pregunta
68 Respuestas
0 Problemas
127 Soluciones
CLASIFICACIÓN
878
of 295.527
REPUTACIÓN
84
CONTRIBUCIONES
1 Pregunta
68 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
6
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
1.825
of 154.057
CONTRIBUCIONES
0 Problemas
127 Soluciones
PUNTUACIÓN
1.420
NÚMERO DE INSIGNIAS
4
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
I want to envelope the damped curve with an exponential function passing through the peak points. Can someone help?
Hi Neha You can use the function 'envelop' to obtain the envelope of the curve. I am attaching the code below: plot(t,dam...
más de 6 años hace | 0
| aceptada
Image processing handling camera temperature flucturations
Hi As the temperature of the camera introduces some noise into the images randomly, it may not be easy for us to free the ima...
más de 6 años hace | 0
| aceptada
Error in plot(t,[y x]).. can anyone help me with this code i am trying matched filter of rectangular pulse to awgn signal..firstly i am convolving these two signals ande then taking and then matching. what is wrong in this code
Hi The only error in your code is in the line 'plot(t,[y x])'. If you want to plot the signal and noise in the same subplot, ...
más de 6 años hace | 0
| aceptada
Size of an input image in Object detection using AlexNet transfer Learning
Hi Hanish Alexnet was trained using images of size 227,227 so you need to resize your training images using the 'imresize' fu...
más de 6 años hace | 0
How can I compute the distance of any datapoint to the decision boundary of a SVM done with fitcsvm?
Hi Stef These links may be of help to you: <https://stats.stackexchange.com/questions/71708/how-to-find-the-distance-from-...
más de 6 años hace | 0
How do I obtain the predicted values of a time series after regARIMA? I can get the graph using the econometric modeller app but I'd like to be able to see/write the syntax
Hi Daniel I think this link may be of help to you: <https://www.mathworks.com/help/econ/regarima.forecast.html> Prajit
más de 6 años hace | 0
How to get training accuracy in bidirectional LSTM?
Hi Hany To save the training accuracy of the model you would have to write a custom output function and pass it to the parame...
más de 6 años hace | 0
How to create a loop that creates a set of ARIMA models and estimates the models to give LogL results
Hi Harry A good programming approach would be to use an array to store the corresponding values in a specific index position ...
más de 6 años hace | 0
How to find the indices within blocks and sort the blocks thereafter?
Hi Here's a code which will work for a size m x n matrix provided that m and n are odd values. To incorporate even values, y...
más de 6 años hace | 0
| aceptada
状態空間モデルの逐次パラメータ推定
こんにちは このリンクがあきらさんを助けるかもしれません: <https://www.mathworks.com/help/ident/grey-box-model-estimation.html> プロジト
más de 6 años hace | 0
How to replace text in an image using the same font size?
Hi Ala Abu This MATLAB Answers link discusses this: <https://www.mathworks.com/matlabcentral/answers/252741-how-to-add-tex...
más de 6 años hace | 0
Cómo utilizar fminsearch para estimar dos parámetros?
Hola Ag Puedes encontrar más información aquí. Puedes traducir la página al español. <https://www.mathworks.com/help/optim...
más de 6 años hace | 0
Why must nsamp in mskmod() be an integer?
Hi Allison I am not exactly certain why it is so, but I can share why I think that 'nsamp' must be an integer. 'nsamp' de...
más de 6 años hace | 1
TAh Student nicht eingeben. Kann ich das ändern??
Hi Lukas Um eine Universitätslizenz zu verwenden, sollten Sie mit der E-Mail-Adresse einer Universität verknüpft sein. Ich wü...
más de 6 años hace | 0
Recognition of one upper body gesture
Hi Nicolai It would be better if you have a larger training set with both positive and negative categories represented. He...
más de 6 años hace | 0
| aceptada
SimMechanics 2ndでロボット全体の重心位置の表現はできますか
今日は! このリンクはあなたに役立つかもしれません. <https://www.mathworks.com/matlabcentral/answers/102420-how-can-i-find-the-center-of-gravity-of...
más de 6 años hace | 0
Creating a matrix of marginal distributions from a matrix of joint distributions
Hi The following code will help you perform the steps you need: a=1;b=2;c=3;d=4;e=5;f=6;g=7;h=8;i=9;j=10;k=11;l=12; A=[...
más de 6 años hace | 0
Writing a live script that contains return-statements. Exported PDF empty and cannot be opened.
Hi Santtu This issue was reported earlier for MAC devices and there are workarounds to get around this: 1. Try increasing ...
más de 6 años hace | 1
| aceptada
Plotting multiple vectors from a function
Hi Rachna As Rik mentioned, you need to use plot3 when you have three variables 'x', 'y' and 'z'. I presume that you have man...
más de 6 años hace | 0
Finding the wanted linear combination of two parameters
Hi Markus Taking your example of c=100 and idx=106, you wish to find the values of 'a' and 'b' such that value of maximum sup...
más de 6 años hace | 0
Plot with a lag, Part 2
Hi Note that the length of vectors should be the same in order to apply the function 'plot'. So as you require to plot a del...
más de 6 años hace | 0
| aceptada
How do you pass a variable from a GUI into a simulink model workspace variable?
Hi Adam I think the following link might be of help to you: <https://www.mathworks.com/matlabcentral/answers/110962-passin...
más de 6 años hace | 0
how to write the code for, RoI eye is obtained by cropping eye area based on the central point of the eye.
Hi Vineesha As you wish to crop the central region of the eye in the image, these MATLAB answers link might help: <https:/...
más de 6 años hace | 0
Do I create my own filter for dual tree discrete wavelet transform?
Hi Soo I am not sure as to what your requirement is, but this MATLAB Answers link speaks about implementation of Dual Tree Wa...
más de 6 años hace | 0
Can someone explain to me the meaning of these numbers is this line of code?
Hi Nathan I think the documentation of the function 'fullyConnectedLayer' explains this accurately. 'WeightLearnRateFactor...
más de 6 años hace | 1
Write a script that will start with a rounded rectangle.
Hi Jabari This may not be exactly what you need, but I'm sure the following code can motivate you to write the code for your ...
más de 6 años hace | 1
Write a function ball that calculates the trajectory of a volleyball in 2 dimensions numerically using the Euler method
Hi Munther Check out this code: clear x,y,theta,u,n,g,h,u0; x(1) = 0; y(1) = 0; g = 9.81; h = 5; u0 = 80; theta = pi ...
más de 6 años hace | 0
Significance of cross-validation in tuning weights in CNN
Hi Venkat The validation set is separate from the training set, and hence they do not influence the filter-weights. The v...
más de 6 años hace | 0
| aceptada
I need a loop for an unknown amount of variables
Hi Christina I am attaching a code fragment which would help you: data=xlsread('bank_data.xlsx') accounts={'1','2','3...
más de 6 años hace | 0