photo

pavan sunder


Manipal Institute of Technology

Attivo dal 2016

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

36 Domande
0 Risposte

RANK
8.797
of 300.771

REPUTAZIONE
5

CONTRIBUTI
36 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
11.11%

VOTI RICEVUTI
5

RANK
 of 21.084

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 170.969

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


How to read empty row of an excel sheet with a matlab command?
Assume i have data within range (A2:E2) in an Excel sheet. I want to update the excel sheet with a matlab command ie whenever i ...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


How to access a workspace variable from matlab app designer?
My matlab app contains a push button. in the callback function i have to access variables created in workspace. when i tried ...

oltre 8 anni fa | 0 risposte | 0

0

risposte

Domanda


how to access a workspace call array in appdesigner and get the transpose of that
how to load a workspace call array in appdesigner and get the transpose of that. i have a push button in my app.in my push butto...

oltre 8 anni fa | 1 risposta | 0

1

risposta

Domanda


Operands to the || and && operators must be convertible to logical scalar values?
I am developing an app using Matlab app designer. I am pretty new to Matlab app designing so i request you to please help me. Th...

oltre 8 anni fa | 2 risposte | 0

2

risposte

Domanda


How to identify array elements that occur more than once ?
For example D=[1 2 3 3 3 4 5 6 7 7 8] I want to identify the elements that occur more than once. The expected answer wit...

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


how to find the location of a specific array element within the specific range in matlab?
for example: d=[1 2 3 4 8 10 4 5 6 12 10 13]; i want to find the location of 10 within the range [4 8] the expected answ...

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


How to prevent display of specific warning message in matlab?
How to prevent display of specific warning message in matlab? for example my warning message is: Warning: Invalid MinPea...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


how to implement KNN classification in simulink
How to implement KNN classification in simulink. I used fitcknn and predict functions in my script file,but the same cannot be ...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


I have a knn classification model.i want to simulate the same in simulink
I have a knn simulation model. I used functions fitcknn and predict in my script...i want to simulate the same in smulink..kindl...

circa 9 anni fa | 1 risposta | 2

1

risposta

Domanda


syntax to give multiple conditions in if and execute the block if any one of the conditions satisfies
syntax to give multiple conditions in if and execute the block if any one of the conditions satisfies

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


matlab code to find the next highest integer
suppose i have a array a=[1 2 3 4 8 10 24] i have a random value for ex r=6; i have to find the next highest integer to 6 in...

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


matlab code to make values of an array in specific ranges(index positions) equal to zero
matlab code to make values of an array in specific ranges equal to zero ex: d=[1 2 3 4 5 6 7 8 9 10 11 12 13] st...

circa 9 anni fa | 2 risposte | 0

2

risposte

Domanda


matlab code to find the position of values in a vector within the specified range that meets a certain condition?
how to find the index positions of values in a vector within the specified range that meets a certain condition? ex: d=[1 2 1...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


How to detect peaks above a certain threshold in matlab
How to detect peaks above a threshold in a signal and store their locations. I wrote a code: [Pks,locs]=findpeaks(x,100...

circa 9 anni fa | 3 risposte | 0

3

risposte

Domanda


substitute for discretize command
discretize function was available in new version of matlab..but i have older version (R2014b)in my desktop. i cannot install new...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


matlab command to find discrete time transfer ?
matlab command to find discrete time transfer in Z domain?

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


how to display the values of an array within the specific bin ranges (index positions)?
i have [1xm] array.How to display the values of an array within the specific bin ranges (index positions)? ex: x=[1 2 4 ...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


How to display values of an array only in the specified ranges?
i have [1xm] array of values. i want to display the values only in the ranges given in seperate arrays: lowerlimits=[2 6 10] u...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


how to get number that occurs maximum number of times in an array of numbers?
i have an array of numbers. I want to get number that occurs maximum nukindly help me with the matlab code.mber of times in the ...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


How to retain and display pulses with specific duty cycle and period in a PWM signal and delete the rest?
I have a PWM signal with variable periods and duty cycles.How to display pulses with specific duty cycle and period in a PWM sig...

circa 9 anni fa | 0 risposte | 0

0

risposte

Domanda


how to retain the pulses of a specific duration and delete the rest ?
i have a vetor which has pulses of different durations. I want to capture the pulses with a specific duration and delete the re...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


how to measure the pulse width?
i have a vector that has square pulses of different durations. i want to measure the pulse width of each pulse. Kindly help me w...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


what command to predict class of test data using created KNNclassification model?
i have a [1x1000] training vector and a categorical response variable resp; ihave created KNNclassification model using th...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


how to classify dataset based on multiple criterion?
i wanna classify dataset based on multiple criterion. nested if else statements will get me the results but i would like use mor...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


how can i remove efficiently nan values from columns without deleting the column itself ?
for ex : A = 1 2 3 nan 4 nan nan nan 5 4 5 6 required output A = 1 2 3 4...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


how to convert a numeric variable into categorical variable in matlab
i have a normalized numeric vector which ranges between -1 and +1. i want to use this as a response variable in my classificatio...

circa 9 anni fa | 1 risposta | 0

1

risposta

Domanda


i was writing a code for mathematical morphology dilation operation for a 1D signal but did not get proper output. Kindly help me with the proper code
the code i wrote: function y_dil=dilation(x,se) L=length(se) x=[zeros(1,L) x]; N=length(x) k=1+L; y_dil=zeros(1,...

circa 9 anni fa | 2 risposte | 1

2

risposte

Domanda


How to implement sgolay filter in matlab GUI?
i want to implement Sgolay filter in MATLAB GUI PLZ giude me: i created a GUI with a push button and axes. in the push button...

oltre 9 anni fa | 0 risposte | 0

0

risposte

Domanda


why does a filter change the amplitude of a signal ?
when i filtered a signal with a cutoff equal to the desired range. i got the signal of desired frequency but the amplitude was a...

quasi 10 anni fa | 1 risposta | 0

1

risposta

Domanda


How is it possible to remove noise from ECG
in literature i found out that the noises that corrupted ECG are motion artifacts,powerline interference,backgroud muscle noise....

quasi 10 anni fa | 1 risposta | 0

1

risposta

Carica altro