Python Forum
How can I save Python dictionaries in Matlab?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I save Python dictionaries in Matlab?
#2
It depends on what the term complex data means?!
I didn't work with MatLab for a long time, but I think json format would be a good choice to transfer data between Python and MatLab (and vice versa). You can communicate with Python program via TCP/IP by sending json-encoded data. Python program will listen on a specific port and process sent data. As I said, I don't touch MatLab for a long time, may be some MatLab Toolbox already developed to interact with Python program in more convenient way.
Reply


Messages In This Thread
RE: How can I save Python dictionaries in Matlab? - by scidam - Jul-04-2019, 11:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  how to save to multiple locations during save cubangt 1 579 Oct-23-2023, 10:16 PM
Last Post: deanhystad
Photo Matlab to Python Sateesh 0 1,699 Nov-04-2020, 09:11 AM
Last Post: Sateesh
  From Matlab to Python erbab 1 2,040 Oct-27-2020, 02:16 PM
Last Post: jefsummers
  Arrays in MATLAB and PYTHON cokhuatlanyeuthuongconhetmuc 2 2,218 Jul-24-2020, 10:47 AM
Last Post: cokhuatlanyeuthuongconhetmuc
  Matlab to Python -- Parallel Computing zistambo 1 1,991 Jun-10-2020, 04:59 PM
Last Post: pyzyx3qwerty
  Python v MatLab for graphs and plots CynthiaMoore 4 3,088 Apr-22-2020, 02:13 PM
Last Post: CynthiaMoore
  python equivalent to MATLAB xcov chai0404 2 3,913 Apr-02-2020, 10:29 PM
Last Post: chai0404
  Python equivalent of Matlab code kwokmaster 1 3,488 Mar-25-2020, 10:14 PM
Last Post: j.crater
  MATLAB to Python conversion stokd 10 5,091 Jan-19-2020, 09:14 PM
Last Post: stokd
  Data Dictionaries in Python mrsenorchuck 16 7,484 Nov-25-2019, 09:29 PM
Last Post: mrsenorchuck

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020