Question


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...

6 years ago | 2 answers | 0

2

answers

Answered
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...

6 years ago | 0

| accepted

Question


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 ...

6 years ago | 1 answer | 0

1

answer

Answered
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...

6 years ago | 1

| accepted

Question


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...

6 years ago | 3 answers | 0

3

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 1 answer | 0

1

answer

Question


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...

7 years ago | 0 answers | 0

0

answers

Question


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 ago | 0 answers | 0

0

answers

Question


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 ago | 1 answer | 0

1

answer

Question


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 ago | 1 answer | 0

1

answer