Sarvesh Kale - MATLAB Central
photo

Sarvesh Kale

Last seen: 8 días hace Con actividad desde 2022

Followers: 0   Following: 0

I am an Application Support Engineer at MathWorks. DISCLAIMER: Any advice or opinions here are my own, and in no way reflect that of MathWorks

Programming Languages:
Python, C, MATLAB, Arduino, Assembly, VHDL
Spoken Languages:
English, Hindi, Marathi
Professional Interests:
Simulink, Signal Processing

Estadística

All
MATLAB AnswersCodyFrom 08/22 to 03/25Use left and right arrows to move selectionFrom 08/22Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Preguntas
76 Respuestas

Cody

0 Problemas
20 Soluciones

CLASIFICACIÓN
638
of 297.775

REPUTACIÓN
120

CONTRIBUCIONES
0 Preguntas
76 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
14

CLASIFICACIÓN
 of 20.469

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
18.825
of 159.513

CONTRIBUCIONES
0 Problemas
20 Soluciones

PUNTUACIÓN
264

NÚMERO DE INSIGNIAS
2

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 4
  • 6 Month Streak
  • First Answer
  • Community Group Solver
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Draw a '0' in a one matrix!

8 días hace

Resuelto


Switch matrix to a column vector
for e.g. x = [1 2 3 4] y = 1 3 2 4

8 días hace

Resuelto


find the maximum element of the matrix
for e.g x = [1 2; 3 4] y = 4

8 días hace

Resuelto


Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given number of...

8 días hace

Respondida
Plot function suddenly not working (getting error: Index in position 1 is invalid. Array indices must be positive integers or logical values.) Even for MATLAB examples
Hi Gabrielle, Could you please avoid using "IMU" as the name for the imuSensor object since "IMU" is a reserved name in MATLAB...

más de 1 año hace | 0

Respondida
I can't install add-ons
Hi Henintsoa, You can try clicking on the provided MATLAB Answer link in the error message to potentially find a solution to t...

más de 1 año hace | 1

| aceptada

Respondida
How can I download signal builder?
Hi Merve Ala, As per my understanding you are using the MATLAB version R2023a which is the latest while answering the post, the...

casi 2 años hace | 1

Respondida
How to play multiple sound simultaneously in App Designer
Hi Mo, You might find the following Matlab answer useful https://in.mathworks.com/matlabcentral/answers/28602-how-do-you-pla...

casi 2 años hace | 0

Respondida
Ask to generate HDL code of Sigma-delta ADC
Hi Kyungmin Kyungmin, I have to following hints at resolving the errors Let us concentrate on error 2 first since that is sim...

casi 2 años hace | 0

| aceptada

Respondida
How to change ramp rate of the signal multiple times during simulation ?
Hi Elisa Konttila, You can use the signal builder block or the signal editor block to change the ramp rate of the signal in a ...

casi 2 años hace | 0

Respondida
Discrete_time function
you can solve this using the following I am assuming that u(n) is a step function in discrete domain y0 = 1 ; y = y0 ; xn ...

casi 2 años hace | 0

Respondida
Plotting lines with patch and transparency
Hi Benjamin Pehlivanlar, You might find the following matlab answer useful https://in.mathworks.com/matlabcentral/answers/190...

alrededor de 2 años hace | 0

Respondida
How to combine two vectors column-by-column?
Hi Jake, You can see the following code snippet A = [1,3,5,7,9,11,13,15]; B = [2,4,6,8,10,12,14,16]; C=[A;B] % row wise conc...

alrededor de 2 años hace | 0

Respondida
Integration of sine wave for a time period and resetting the initial condition.
Hi TDR, A probable solution can be to set the sample time of the discrete integrator block to a value such that the Nyquist cr...

alrededor de 2 años hace | 0

Respondida
trying to find the differentiation of giving data
Hi Abdur Rob, You might want to take a look at documentation of diff and gradient. There are also examples that demonstrates h...

alrededor de 2 años hace | 0

Respondida
using linmod for linearisation
Hi Ebraheem Menda, More information on how to use linmod is found here. There is also an example listed which demonstrates how...

alrededor de 2 años hace | 0

Respondida
How to use sequentialfs in regression?
Hi azarang asadi, The documentation link to the sequentialfs function is attached here. There is also an example that demonstr...

alrededor de 2 años hace | 0

Respondida
Simulink PID tuning error
Hi Mirna Ali, I have made some changes to your simulink model, one suggestion is that do not name your slx files as names of st...

alrededor de 2 años hace | 0

Respondida
How to trim start and end of time series data?
Hi Haya Ali , If you only want the reconstructed signal to start from 100th index to 200 index juts use indexing for that, from...

alrededor de 2 años hace | 0

Respondida
Convert time format from Julian calendar (days since 1950-01-01 00:00:00 UTC) to normal/gregorian calendar (YYYY-MM-DD hh:mm:ss)
Hi Carlotta, You might find the link to the post useful https://in.mathworks.com/matlabcentral/answers/1303-convert-julian-date...

alrededor de 2 años hace | 0

Respondida
readmatrix ignores the first line of the data file
Hi Jake, You can open the text file in notepad and insert some text that best describes your data on the first line, from seco...

alrededor de 2 años hace | 1

Respondida
Programme for circle parameters calculation
Hi Francis Adams Kwofie, please refer the following code function [Area,circumference,diameter] = calculate(radius) Area...

alrededor de 2 años hace | 0

Respondida
Is it possible to zip a list of files over ftp?
Hi Thomas Kurian, See if the following documentation helps, zip function matlab document . mget function in matlab. Example co...

alrededor de 2 años hace | 0

Respondida
displaying text before answer
Hi Birce Irmak, refer to the following code x = 3.14 ; fprintf("The value of pi is %f \n",x); % this will print the answer ...

alrededor de 2 años hace | 0

Respondida
solve not returning answers
Hi RH, I think you have to index into the answer since the ans variable is a struct, try the following syms a b; eq1=2==cos(...

alrededor de 2 años hace | 1

| aceptada

Respondida
Specify thickness for dipole antenna simulation
Hi Angel Lozada, When you design dipole cylindrical antenna, you will have two parameters as you mentioned, radius r and its t...

alrededor de 2 años hace | 0

| aceptada

Respondida
solve the system of equations using the matrix method
Hi Connor, start by writing the equations in matrix format , a.) A = [3 1 5 ;... -1 4 0 ; ... 2 3 -1 ]; b...

alrededor de 2 años hace | 0

Respondida
What is the difference between Step size and Sample Time ?
Hi Anup Patil, What is Step size ? This option specifies the time increments at which the model will be simulated, generally s...

alrededor de 2 años hace | 1

Respondida
How to modify the veritcal position of sgtitle in a figure?
Hi KW YAN, You can insert your own title box using annotations, refer the following code figure; subplot 211 subplot 212 ...

alrededor de 2 años hace | 1

| aceptada

Respondida
How to change font size of legend in simulink
Hi HIMANSHU BISHEN, As per my understanding the labels highlighted in red in the above image cannot be changed in size from t...

alrededor de 2 años hace | 0

| aceptada

Cargar más