Community Profile

photo

Pritam Das


Last seen: alrededor de 2 años hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

All
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


Add the positive numbers
Add only the positive numbers of x example: x = [-2 -1 0 1 2 3] the positive numbers are: 1 2 3, so their sum is 6

alrededor de 2 años hace

Resuelto


kmph to mph converter
Convert the speed in miles/hour to km/hour.

alrededor de 2 años hace

Resuelto


Odd row
Create a row 'y' with odd numbers where the potential maximum number is given by 'x' and the space between them by 'm'. The firs...

alrededor de 2 años hace

Pregunta


how to get values of state space matrix in power_V2G model ?
I can't find the values of state space matrixes A,B,C,D in the V2G subsystem. There ( power_V2G>V2G>Grid Regulation>Grid Regulat...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Respondida
how to run written code for 1000 times by for loop i addition to inner for loops inside code?
You can run an another for loop to get the 1000 values of your desired variable. Put a for loop for the whole code that you want...

más de 2 años hace | 0

Resuelto


Solve a System of Linear Equations
*Example*: If a system of linear equations in _x&#8321_ and _x&#8322_ is: 2 _x₁_ + _x₂_ = 2 _x₁...

casi 3 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...

casi 3 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...

casi 3 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...

casi 3 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:...

casi 3 años hace