Community Profile

photo

Puneet


Active since 2013

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Content Feed

View by

Question


Difference between Phasor Simulation and Load Flow
I am modeling two area power system in Simulink for which I am able to successfully run load/power flow using Powergui - Load Fl...

7 years ago | 1 answer | 0

1

answer

Question


How to linearize a switching model of buck-boost converter?
I have a buck-boost converter (switching model) and I want to linearize my converter around some steady state operating conditio...

8 years ago | 2 answers | 1

2

answers

Question


Out of memory using mldivide \?
Hello, I am trying to solve a over-determined set of equations A*x = b using mldivide function as x = A\b; I am getting out...

10 years ago | 1 answer | 0

1

answer

Question


How to get only linearly independent rows in a matrix or to remove linear dependency b/w rows in a matrix?
Say I have a matrix A = [1,1,1;1,2,3;4,4,4]; and I want only the linearly independent rows in my new matrix. The answer might b...

10 years ago | 5 answers | 2

5

answers

Solved


Add two numbers
Given a and b, return the sum a+b in c.

10 years ago

Solved


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

10 years ago

Solved


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

10 years ago

Solved


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

10 years ago

Question


How to eliminate problems like "Matrix is close to singular or badly scaled" in Simulink Model?
I am currently modelling a distribution circuit (with Variable load profile, PV injection and On load Tap Changer(OLTC)) to get ...

10 years ago | 0 answers | 0

0

answers

Question


Time Varying Electrical Load
I have a load profile of a transformer and want to model it as a load of the transformer. How do I go about it? Anyone familiar ...

10 years ago | 0 answers | 0

0

answers

Question


How to delay the boolean input to the next block?
Hi, I am new user to Simulink. I am having a 1 or 0 signal from a block and I want to store output as 1 when input is 1 conti...

11 years ago | 0 answers | 0

0

answers