User Profile

Collapse

Profile Sidebar

Collapse
Chriskim
Chriskim
Last Activity: Nov 3 '10, 07:06 PM
Joined: Jul 20 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Chriskim
    started a topic How to translate matlab to python

    How to translate matlab to python

    Hi,
    I am trying to translate a simple program that was written in matlab to python.

    I uses arrays to plot multiple data in single graph.
    I wrote the python according to the matlab language.
    But is seems like i made some mistake along the way.

    Please help me
    Thank you in advance

    This is matlab code that actually works

    Code:
    subplot(5,4,1)  
    a=0.02; b=0.2;
    ...
    See more | Go to post

  • Chriskim
    started a topic Please help me translate matlab to python

    Please help me translate matlab to python

    Hi,
    I am trying to translate a simple program that was written in matlab to python.

    I uses arrays to plot multiple data in single graph.
    I wrote the python according to the matlab language.
    But is seems like i made some mistake along the way.

    Please help me
    Thank you in advance

    This is matlab code that actually works
    Code:
    subplot(5,4,1) 
    a=0.02; b=0.2;  c=-65;
    ...
    See more | Go to post

  • Chriskim
    started a topic How to Real time plotting using matplotlib

    How to Real time plotting using matplotlib

    Hi~

    I am trying to make a little program that generates a graph that constantly changes as I change the input variable by using spinbox.

    Simply it's like an oscilloscope where time is my x-axis and y is my voltage. And I want to be able to see the change in voltage spike as time passes.

    I used pywt first, but I want to use matplotlib to do the same job.

    Please help me how I can start using...
    See more | Go to post

  • Python Using Py2exe (IndexError: list index out of range)

    I wrote a program that uses PyQt4, mathplotlib to
    generates graphs. I made a executable file using Py2exe.

    Everything is working fine, but when I exit from my
    program, a window message pops out and tells me to look
    at the log file. In the log file, here is what they said

    C:\Users\dmckin non\Desktop\Chr isKim\eSimulato r_original\src\ dist\library.zi p\matplotlib\__ init__.py:572: UserWarning: Could...
    See more | Go to post

  • Chriskim
    started a topic Help on Py2exe with matplotlib

    Help on Py2exe with matplotlib

    Hi I am having a very difficult time makine executable file using Py2exe. This program uses "matplotlib " to generate graphs and I think this is causing the errors

    What extra codes are necessary to make this work??


    Here is what error said...
    Traceback (most recent call last):
    File "real_test. py", line 7, in <module>
    File "zipextimporter .pyc", line 82,...
    See more | Go to post
No activity results to display
Show More
Working...