Community Profile

photo

EEC CTU


Last seen: 1 year ago Active since 2019

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
English
Professional Interests:
Simscape Electrical, Electrical and Computer Engineering, Solar Power

Statistics

All
  • Solver

View badges

Feeds

View by

Question


Cannot obtain step response from ideal transformer circuit (Simscape model)
Hi, I modeled a step-down ideal transformer circuit shown below The transformer is ideal (no winding R and L) and the other p...

2 years ago | 1 answer | 0

1

answer

Question


How to compute several results from incremental input values using loops?
Hi, I'm new to MATLAB and I'm writing a program to compute a solar cell's operating temperature at different ambient temperature...

4 years ago | 1 answer | 0

1

answer

Question


How to compute several results from incremental input values using loops?
Hi, I'm new to MATLAB and I'm writing a program to compute a solar cell's operating temperature at different ambient temperature...

4 years ago | 0 answers | 0

0

answers

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

5 years ago

Solved


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

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

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

5 years ago