Gokul Krishna N
Followers: 0 Following: 0
An aspiring engineer in the field of Smart Grids and Electric Vehicles
Python, C++, C, Arduino
Spoken Languages:
English
Estadística
4 Preguntas
2 Respuestas
0 Problemas
17 Soluciones
CLASIFICACIÓN
68.871
of 295.448
REPUTACIÓN
0
CONTRIBUCIONES
4 Preguntas
2 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.227
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
22.065
of 153.872
CONTRIBUCIONES
0 Problemas
17 Soluciones
PUNTUACIÓN
212
NÚMERO DE INSIGNIAS
3
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Supercapacitor model in simulink
This is actually because of the internal resistance (ESR) of the supercapacitor. As the number of cells increases, the ESR gets ...
más de 2 años hace | 0
Pregunta
Parameters of "Generic supercapacitor model" is that of a single cell or the entire stack?
Hi team, I am currently working on a supercapacitor simulation and I ran into a confusion. My question is related to the parame...
más de 2 años hace | 2 respuestas | 0
2
respuestasPregunta
How to simulate a Simulink model for particular number of hours?
Good day to all. I know the title is a bit confusing, but I did not know how to put it better. So, I have an Electric Vehicle ...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
How to extract low frequency component from a "Simulink" model signal using Wavelet Transform?
So, I have a signal which is highly transient in nature. It is a Power Reference signal. I want to separate this transient signa...
casi 3 años hace | 0 respuestas | 0
0
respuestasResuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
alrededor de 3 años hace
Pregunta
How to move a 3-phase Fault block through the transmission line, using MATLAB script?
Hi guys, I just wanted to know how to move a fault block through different parts of the transmission/distribution line. If possi...
más de 3 años hace | 1 respuesta | 0
1
respuestaResuelto
Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...
casi 4 años hace
Resuelto
Plot Damped Sinusoid
Given two vectors |t| and |y|, make a plot containing a blue ( |b| ) dashed ( |--| ) line of |y| versus |t|. Mark the minimum...
casi 4 años hace
Resuelto
Calculate a Damped Sinusoid
The equation of a damped sinusoid can be written as |y = A.ⅇ^(-λt)*cos(2πft)| where |A|, |λ|, and |f| ...
casi 4 años hace
Resuelto
Solve a System of Linear Equations
*Example*: If a system of linear equations in _x₁_ and _x₂_ is: 2 _x₁_ + _x₂_ = 2 _x₁...
casi 4 años hace
Resuelto
Generate a vector like 1,2,2,3,3,3,4,4,4,4
Generate a vector like 1,2,2,3,3,3,4,4,4,4 So if n = 3, then return [1 2 2 3 3 3] And if n = 5, then return [1 2 2...
casi 4 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
casi 4 años hace
Resuelto
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...
casi 4 años hace
Resuelto
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
alrededor de 4 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
alrededor de 4 años hace
can't access Matlab Online
Have you linked your license with your Account? https://in.mathworks.com/mwaccount/ You will be able to see Link my Account o...
alrededor de 4 años hace | 0
Resuelto
Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....
alrededor de 4 años hace
Resuelto
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...
alrededor de 4 años hace
Resuelto
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 y...
alrededor de 4 años hace
Resuelto
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...
alrededor de 4 años hace
Resuelto
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:...
alrededor de 4 años hace