Recent content by Radinax

  1. R

    MATLAB How to Avoid Division by Zero in MATLAB for Electric Field Simulations?

    >> %Simulation of two power lines %Defining variables I=2000; %Current a=3; %Radio h=10; %Height u=1.2566e-006; %permeabilidad magnetica w=6.832; %2*pi >> Ke=9*10^9; >> x=(-40:1:40); >> y=x; >> [X,Y]=meshgrid(x,y); >> %ELECTRIC FIELD CASE >>...
  2. R

    MATLAB How to Avoid Division by Zero in MATLAB for Electric Field Simulations?

    Thanks i get it now! About 3D graphs, I am getting some ugly peaks when i use the surfc command, i establish something like follow: x=(-40:1:40); y=x; [X,Y]=meshgrid(x,y); and i use the surfc command to graph it and then the contour, but on the 3D I am getting some weird peaks, and i was...
  3. R

    MATLAB How to Avoid Division by Zero in MATLAB for Electric Field Simulations?

    Thnx answering! I tried the code that you put, but MATLAB says something like "? Undefined function or variable 'SuperElectricSolverScript'." don't know if that's bad or anything. I am triyng to graph 3D electric fields of high voltage transsmission lines, but i don't have a reference on how its...
  4. R

    MATLAB How to Avoid Division by Zero in MATLAB for Electric Field Simulations?

    Hello everybody, I am trying to simulate electric and magnetic fields of high voltage transmission lines (im using DC for NOW!), when i put the equations for two cables, one at a distance "a" and another at "-a" at a height of "h", the equations are as follow...
  5. R

    MATLAB Transforming a matlab code

    I could use some help you know...
  6. R

    MATLAB Transforming a matlab code

    Hi fellows! I need a bit of help with transforming a MATLAB code that simulate magnetic field of two concentric solenoid TO a plot that simulate the magnetic fields of high voltage transmission lines (specificly two and four lines), how can it be modified? here is the code: % GKLmagnet2.m...
  7. R

    Electromagntic fields in a high voltage line

    Thanks man! My email address is adrberia@hotmail.com
  8. R

    Electromagntic fields in a high voltage line

    Thanks for replying! I want to use some written codes (or plots) in the programing language i mentionted above, related to the simulation of magnetic and electric fields in high voltage transsmision lines, so if you know any information related to this you can post it. Thanks again!
  9. R

    Electromagntic fields in a high voltage line

    Weeeell they are actually in dollars that i don't have XD! Thats why I am asking for a code (or plot) in matlab, c++ to simulate that. In a lot of articles i have investigated and most of them uses MATLAB or mathematicas with c++, so if any of you know of a way that's a bit economic??
  10. R

    Electromagntic fields in a high voltage line

    Thanks, well I am doing an investigation, actually working with a professor at my University to publish an article, we are working on the "Meausure of the electrostatic potential, electric field and magnetic field in high voltage line" We want to compare the real values (we are going to have to...
  11. R

    Electromagntic fields in a high voltage line

    Hello, i actually more natural with spanish, so sorry if any words are bad writed. I come for help, I am trying to simulate electromagnetic fields in high voltage transsmision lines, i need a code that simulate it. If any of you have a code, or know of a program that do the job i will apreciate...
Back
Top