photo

Geetla Sindhu

MathWorks

Last seen: 20 jours il y a Actif depuis 2022

Followers: 0   Following: 0

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

Statistiques

All
MATLAB Answers

0 Questions
23 Réponses

Cody

0 Problèmes
23 Solutions

RANG
1 635
of 300 343

RÉPUTATION
42

CONTRIBUTIONS
0 Questions
23 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
6

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
17 534
of 168 172

CONTRIBUTIONS
0 Problèmes
23 Solutions

SCORE
308

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • 3 Month Streak
  • Knowledgeable Level 2
  • CUP Challenge Master
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Wind turbine model block, cp(lambda, beta) function syntax error
Hello Giovanni, I understand that you are getting syntax error using MATLAB function block in Simulink. The cause of this erro...

presque 3 ans il y a | 0

Réponse apportée
Syntax error in Simulink
Hello Nibash, I understand that you are getting syntax error while using MATLAB function block in Simulink. The cause of this ...

presque 3 ans il y a | 0

Réponse apportée
modifying vertices of geopolyshape
Hello Murat, I understand that you are trying to use geopolyshape with geographic coordinates. You can try the following worka...

presque 3 ans il y a | 0

Réponse apportée
Gear shifting scenario to overcome all resistance forces with using switch
Hello Batuhan, I understand that you are using velocity information to change the gears accordingly. You can use the MATLAB Fu...

presque 3 ans il y a | 1

| A accepté

Réponse apportée
Copy slides from ppt & paste it as an image in excel sheet.
Hello Himanshu, I understand that you are trying to copy the slide from .ppt file and paste in an excel sheet. You can try the...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
Needed RMS for matlab code for a ECG signal
Hello Sachini, I understand that you are trying to estimate the RMS values of a signal for every 1 second interval. Since the ...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
How to use 'for' loop in Erlang B formula
Hello, I understand that you are trying to use Erlang B equation for different number of channels. The approach for this can b...

presque 3 ans il y a | 0

| A accepté

Réponse apportée
how to do FFT analysis in MATLAB 2021a ? i am having an issue in getting THD from the scope can any one suggest me a idea.. it will
Hello Dhanesh, I understand that you are not able to view the signal and get THD of that signal using Powergui FFT Analysis too...

presque 3 ans il y a | 3

Réponse apportée
How TI c2000 ePWM block can be configured?
Hello Abirami, I understand that you are trying to achieve desired switching frequency using TI C2000 ePWM block in Simulink. ...

presque 3 ans il y a | 0

Réponse apportée
error while designing electric vehicle in Simulink
Hello Nimil, In order to solve the issue, you have to add “Electrical Reference” block from the Simscape Library as there are c...

presque 3 ans il y a | 0

A résolu


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

environ 3 ans il y a

A résolu


Find MPG of Lightest Cars
The file |cars.mat| contains a table named |cars| with variables |Model|, |MPG|, |Horsepower|, |Weight|, and |Acceleration| for ...

environ 3 ans il y a

A résolu


Find the Best Hotels
Given three input variables: * |hotels| - a list of hotel names * |ratings| - their ratings in a city * |cutoff| - the rat...

environ 3 ans il y a

A résolu


Crop an Image
A grayscale image is represented as a matrix in MATLAB. Each matrix element represents a pixel in the image. An element value re...

environ 3 ans il y a

A résolu


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

environ 3 ans il y a

Réponse apportée
Why thd() function captures incorrect harmonics?
Hello Ying Wu, I understand that you are trying to calculate THD of a signal using three approaches. It would be helpful if y...

environ 3 ans il y a | 0

Réponse apportée
Receiving error when code is correct on matlab onramp Project - Stellar Motion I task 4?
Hello Alysia, I am not able to reproduce the issue on my end and from your screenshot, it does look like you did it correctly. ...

environ 3 ans il y a | 0

Réponse apportée
I need to plot a phase response using freqz function. Can you please help with it.
Hello Gerald, I understand that you are trying to plot the phase of the frequency response of the system using “freqz” command...

environ 3 ans il y a | 0

Réponse apportée
connecting battery to inverter
Hello Layth, In order to solve the issue, you can connect the three-phase inverter to the battery as shown in the image below. ...

environ 3 ans il y a | 0

| A accepté

A résolu


Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...

environ 3 ans il y a

A résolu


Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...

environ 3 ans il y a

A résolu


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

environ 3 ans il y a

A résolu


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

environ 3 ans il y a

A résolu


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

environ 3 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

environ 3 ans il y a

Réponse apportée
how to model a pv/pcm system in matlab/simulink
Hello Thabo, One option to consider is using the two-phase fluid domain in Simscape to model the evaporation and condensation o...

environ 3 ans il y a | 0

Réponse apportée
Can I use "To File" block inside Matlab Function in the form of a command?
Hello Ehtisham, I understand that you are using a MATLAB function and wanted to save the data to a .mat file but without using ...

environ 3 ans il y a | 0

Réponse apportée
How can I add a PS control port to a Spice imported Simscape block?
Hello Niklas, I understand that you are trying to connect Simscape-GaN-Transistor-block with a MATLAB function or any Simulink ...

environ 3 ans il y a | 0

Réponse apportée
How to enable block content preview in Simulink?
Hello Nathan, I understand that when you are adding an icon image to the Simulink block and removing it, the block content prev...

environ 3 ans il y a | 1

| A accepté

Réponse apportée
An error occurred while running the simulation and the simulation was terminated .
Hello Aravind, In order to solve the issue, you have to add “Electrical Reference” block from the Simscape Library. You can fin...

environ 3 ans il y a | 1

Charger plus