photo

Frantisek Brazdik


Czech National Bank

Last seen: 9 days ago Active since 2015

Followers: 0   Following: 0

Message

Macroeconomic modeler

Programming Languages:
Python, R, MATLAB, SQL, Fortran
Spoken Languages:
English, German

Statistics

All
MATLAB Answers

2 Questions
3 Answers

Cody

0 Problems
17 Solutions

RANK
38,564
of 301,296

REPUTATION
1

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
2

RANK
 of 21,225

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
29,576
of 173,832

CONTRIBUTIONS
0 Problems
17 Solutions

SCORE
172

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • MATLAB Central Treasure Hunt Finisher
  • First Answer
  • Revival Level 1
  • First Review
  • Scavenger Finisher
  • Solver

View badges

Feeds

View by

Question


How to stop Matlab service host from connecting to internet?
I would like to setup my matlab installation on local machine (no access to internet, no installation by user permitted) so that...

3 months ago | 0 answers | 0

0

answers

Answered
How to disable installing INSTALLMATHWORKSSERVICEHOST.EXE?
It seems that some new tools are released: https://github.com/mathworks-ref-arch/administer-mathworks-service-host Seems there...

4 months ago | 0

Answered
How to disable installing INSTALLMATHWORKSSERVICEHOST.EXE?
My actual workaround is to get rid of the file \R2024a\sys\mwds\win64\mci.zip from the installation.

1 year ago | 1

| accepted

Question


How to disable installing INSTALLMATHWORKSSERVICEHOST.EXE?
I am running Matlab installation in restricted institutional environment under network licence. At the start of Matlab 2024a, up...

2 years ago | 3 answers | 1

3

answers

Answered
How to convert monthly data to quarterly using IRIS toolbox?
Use function convert m_ts = tseries(mm(1990,1):mm(2020,12),rand(1,372)); q_ts = convert(m_ts,'q') convert accepts parameter...

5 years ago | 0