how MATLSB software suitable for electrical branch? which
tools are useful??
Answer / alok kumar mishra aka"bab
programming is used for optimization problem like load flow analysis ,NEWTON -RAMPSON and gauss seidal method
and also for economical load dispatch.
Use of simulink " sim power system and simscape library have all the electrical elements which can be used for simulating a system simply by adding the blocks"
| Is This Answer Correct ? | 0 Yes | 0 No |
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
Why multiple inheritance is removed in java?
What is the use of Differ interface check box in Ship confirm?
5.Call by value and Call by reference with program?
why main() method should not return any value
what is the diffrence between occur 0 and occur 10 in ABAP.
smal talk is pure object oriented or not?
how many trailing zeroes are there in 100! (100 factorial)?
how do i add a column dynamically in a table by using java application?
give idea for creating screen in abap
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
6.int x=10; float y=20; a=x%2=? b=y%2=?