提问


Using Dates (if possible) as structure fields.
I'd like to know if there's a way to use dates as struct fields. The data I want to store in the struct comes in a daily basis a...

7 years 前 | 2 个回答 | 0

2

个回答

已回答
Transform a Dict (or any python data structure) to Struct or Cell Array in Matlab.
I wrote a small function that transforms the dictionary into a cell array and then that cell array is used to populate a structu...

7 years 前 | 0

| 已接受

提问


Transform a Dict (or any python data structure) to Struct or Cell Array in Matlab.
Hi, I'd like to create a structure or a cell array from Matlab given a Python dictionary. I'm using the built-in Python API ...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
Read CSV file with column headers and row headers.
Hey guys, I just went for an even simpler solution, I used this function called <https://www.mathworks.com/matlabcentral/fi...

7 years 前 | 1

| 已接受

提问


Read CSV file with column headers and row headers.
Hi, I'd like to know how to read a CSV file that has column headers as well as row headers. Is there a function in Matlab tha...

7 years 前 | 3 个回答 | 0

3

个回答

提问


I want to extract the page buttons/widgets in a website using URLREAD.
I want to learn what is the common expression for Buttons/Widgets that contain page numbers of a catalog, e.g. like in this <htt...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Call a VBA object in Matlab with Activex server.
Hello, I already know we can call functions/subs from a VBA module within Matlab using activex server with this command: Exc...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to call Factset using Matlab through an Excel spreadsheet.
Hello, I'd like to know how to use FDS codes (Factset codes) in Matlab like I do in a Excel spreadsheet. For example, if I w...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Different magnitude values when computing f-domain function by hand and with fft matlab command.
Hello everyone, I have the following function in time-domain and its correspondent f-domain transform: <</matlabcentral/answ...

8 years 前 | 0 个回答 | 0

0

个回答

提问


I can't read my .txt file using importdata. Problem with format?
Hello, I made a script that reads a .txt file using textscan to manipulate some of the values, the outcome is another .txt f...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Matlab: Export concatenation of cell arrays into a txt file
I have two different sets of arrays within an array, which I called: y={...}; % cell array of 1x1, with a 26x1 cell array w...

8 years 前 | 1 个回答 | 0

1

个回答