Community Profile

photo

Joanna Przeworska


Last seen: mer än 2 år ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


Packing perfcurve results into a structure
Hi all, Is there faster and more space saving way (different than the one below) to pack the perfcurve results into a structure...

mer än 2 år ago | 1 answer | 0

1

answer

Question


Downloading and saving Excel files using Matlab
I would like to download this file: https://www.nbp.pl/en/statystyka/m3/podaz_bilansowa_en.xlsx and save it in the folder, all u...

nästan 3 år ago | 1 answer | 0

1

answer

Question


How to convert this 'out_17-May-2021.xlsx' into 'out_20210517.xlsx'?
Dear all, How to convert this (below) into 'out_20210517'? filename = sprintf('out_%s.xlsx', today('datetime')); filename = ...

nästan 3 år ago | 1 answer | 0

1

answer

Question


Save Matlab data in Excel with ActiveX
Hello, I need your help as I am not very experienced in linking with Excel through ActiveX. Below I attach the code I managed t...

nästan 3 år ago | 1 answer | 0

1

answer

Question


Conversion from string to numbers within table
Hi, I have table with data (attached below), which I want to convert from string to numbers and store as the same table. Is the...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


Why 'PreserveFormat' in writetable returns error?
Hi, I have a code: writetable(SECTORS.NFC.Total,'Wyniki_2020_12.xlsx','Sheet','NFC','Range','B9:L77','PreserveFormat',true,'Wr...

ungefär 3 år ago | 1 answer | 0

1

answer

Question


Refer to structure names
Hi, Suppose I have a structure A with a, b, c, d tables inside. My aim is to use names of tables within structure A (a, b, c, d...

ungefär 3 år ago | 3 answers | 0

3

answers

Question


Moving sum of 4 subsequent observatins
How can I get the moving sum of 4 subsequent observations out of variable 'var'? In specific, I would like the new variable to b...

ungefär 3 år ago | 2 answers | 0

2

answers

Question


How to sum structures
Dear all, Suppose I have two structures A and B, which inside have the same substructures a, b, c, d, e and each of substructur...

ungefär 3 år ago | 3 answers | 0

3

answers

Answered
Coverting specific string containing date to datetime
Dear Cris and Stephen, Thank you for your suggestions. Kind regards, JP

ungefär 3 år ago | 0

Question


Coverting specific string containing date to datetime
Dear all, Let say I have a dataset with the variable 'Period', which want to convert to a datetime: 2012-12-01; 2013-03-01, 201...

ungefär 3 år ago | 2 answers | 0

2

answers

Question


Save structure in Excel
Dear all, I have a structure, which I want to save in Excel, in a way that each table is saved in different Excel sheet. Could ...

ungefär 3 år ago | 1 answer | 0

1

answer

Answered
How to create a structure of matrices within a loop
Dear Stephen, Thank you for your response, however when I implement your idea I get an error: 'Argument to dynamic structure re...

ungefär 3 år ago | 0

Question


How to create a structure of matrices within a loop
Dear all, Using the following code, I would like to create a structure containing 3 matrices that are the result of a loop. I w...

ungefär 3 år ago | 2 answers | 0

2

answers

Answered
Looping over paths, more than one loop
Dear Jan, This idea helps me a lot and solves all my problems related to this exercise. Thank you very much for your assista...

ungefär 3 år ago | 0

Answered
Looping over paths, more than one loop
Dear Bob, Thank you for your response. Basically, I want to get the same result as presented, but I would like to store the p...

ungefär 3 år ago | 0

Question


Looping over paths, more than one loop
Dear all, suppose I have a vector of names: vectorOfNames = {'A','B','C'}; and my goal is to iterate through this vector fo...

ungefär 3 år ago | 3 answers | 0

3

answers

Answered
Switching to further part of code from conditional statement 'if'
Dear Walter, Thank you for this solution. This is exactly what I was looking for. Kind regards, Joanna

ungefär 3 år ago | 0

| accepted

Answered
Switching to further part of code from conditional statement 'if'
Yes, this solution could work, however I forgot to add one piece of code, which is in conditional statement before the part of c...

ungefär 3 år ago | 0

Question


Switching to further part of code from conditional statement 'if'
Suppose I have the following structure of code (below). The point is, in 2 different parts of my program I have exactly the same...

ungefär 3 år ago | 3 answers | 0

3

answers

Answered
How to convert numeric date into format 'dd-mmm-yyyy' (e.g. 01-mar-1970)
Dear Walter and Steven, Thank you for your suggestions. I implement one of them for sure. Best regards, JP

ungefär 3 år ago | 0

| accepted

Answered
How to convert numeric date into format 'dd-mmm-yyyy' (e.g. 01-mar-1970)
Dear Walter, Thanks a lot for your suggestion. This solution works perfectly fine when I create a new variable. However, my go...

ungefär 3 år ago | 0

Question


How to convert numeric date into format 'dd-mmm-yyyy' (e.g. 01-mar-1970)
Hi, Suppose I have a double 10x2 that contains numeric dates in the first column and numbers in the second, like below. My goa...

ungefär 3 år ago | 3 answers | 1

3

answers