Community Profile

photo

Prajit T R


Actif depuis 2018

Statistiques

All
  • Knowledgeable Level 3
  • 3 Month Streak
  • Thankful Level 1
  • Knowledgeable Level 2
  • Commenter
  • Promoter
  • CUP Challenge Master
  • First Answer
  • Solver

Afficher les badges

Content Feed

Afficher par

A répondu
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...

plus de 5 ans il y a | 0

| A accepté

A répondu
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...

plus de 5 ans il y a | 0

| A accepté

A répondu
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, ...

plus de 5 ans il y a | 0

| A accepté

A répondu
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...

presque 6 ans il y a | 0

A répondu
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-...

presque 6 ans il y a | 0

A répondu
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

presque 6 ans il y a | 0

A répondu
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...

presque 6 ans il y a | 0

A résolu


Read a column of numbers and interpolate missing data
Given an input cell array of strings s, pick out the second column and turn it into a row vector of data. Missing data will be i...

presque 6 ans il y a

A résolu


Kaprekar Steps
6174 is the <http://en.wikipedia.org/wiki/6174_%28number%29 Kaprekar constant>. All natural numbers less than 10,000 (except som...

presque 6 ans il y a

A répondu
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 ...

presque 6 ans il y a | 0

A résolu


Find relatively common elements in matrix rows
You want to find all elements that exist in greater than 50% of the rows in the matrix. For example, given A = 1 2 3 5 ...

presque 6 ans il y a

A résolu


Implement a ROT13 cipher
Replace each character in string s1 with the character that is shifted 13 positions from it (wrap back to the beginning if neces...

presque 6 ans il y a

A résolu


Make a Palindrome Number
Some numbers like 323 are palindromes. Other numbers like 124 are not. But look what happens when we add that number to a revers...

presque 6 ans il y a

A résolu


Trimming Spaces
Given a string, remove all leading and trailing spaces (where space is defined as ASCII 32). Input a = ' singular value deco...

presque 6 ans il y a

A répondu
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...

presque 6 ans il y a | 0

| A accepté

A répondu
状態空間モデルの逐次パラメータ推定
こんにちは このリンクがあきらさんを助けるかもしれません: <https://www.mathworks.com/help/ident/grey-box-model-estimation.html> プロジト

presque 6 ans il y a | 0

A répondu
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...

presque 6 ans il y a | 0

A répondu
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...

presque 6 ans il y a | 0

A répondu
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...

presque 6 ans il y a | 1

A répondu
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ü...

presque 6 ans il y a | 0

A répondu
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...

presque 6 ans il y a | 0

| A accepté

A répondu
SimMechanics 2ndでロボット全体の重心位置の表現はできますか
今日は! このリンクはあなたに役立つかもしれません. <https://www.mathworks.com/matlabcentral/answers/102420-how-can-i-find-the-center-of-gravity-of...

presque 6 ans il y a | 0

A répondu
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=[...

presque 6 ans il y a | 0

A répondu
매트랩 실행이 안됩니다.
안녕 당신은 매트랩의 상단에있는 실행 아이콘을 클릭하려고 했습니까? 브라지트

presque 6 ans il y a | 0

A répondu
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 ...

presque 6 ans il y a | 1

| A accepté

A répondu
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...

presque 6 ans il y a | 0

A répondu
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...

presque 6 ans il y a | 0

A répondu
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...

presque 6 ans il y a | 0

| A accepté

A résolu


Find the two-word state names
Given a list of states, remove all the states that have two-word names. If s1 = 'Alabama Montana North Carolina Vermont N...

presque 6 ans il y a

A répondu
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...

presque 6 ans il y a | 0

Charger plus