Community Profile

photo

A.B.


Last seen: 3 Tage vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

  • Thankful Level 2
  • Explorer
  • Thankful Level 1
  • First Review
  • Knowledgeable Level 1
  • Revival Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Improving performance of parallel code sections
Consider the following test code which benchmarks different methods of parallelization within MATLAB: function partest() ...

3 Monate vor | 1 Antwort | 1

1

Antwort

Frage


listing subpackages of a package in a Contents.m file
Is there a syntax rule for the contents of a Contents.m file so that subpackages can be listed and briefly described while autom...

4 Monate vor | 1 Antwort | 0

1

Antwort

Frage


aliasing a package name
Suppose I have a package named Donaudampfschiffahrtselektrizitatenhauptbetriebswerkbauunter and I want to import it with a short...

4 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Is there a way to set the default behavior for `format` statement?
I always prefer to use format long; format compact; upon starting a matlab session. But I am tired of typic this with every matl...

9 Monate vor | 2 Antworten | 0

2

Antworten

Frage


Does MEX compiler (and the associated shared files) automatically ship with all MATLAB distributions of any license type?
When creating a mex file, I see many dependencies on other (MATLAB) shared files buried in it. The question is, if I take this c...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to convert this 2D code segment with random number into the FORTRAN code?
James Response in the above is correct. I would only say that it can be further modernized with the new, more specific, Fortran ...

mehr als 3 Jahre vor | 1

| akzeptiert

Frage


matlab intrinsic function call fails with "Invalid text character" error
I have recently installed MATLAB and I get the following error with some of MATLAB intrinsic functions, such as the following: ...

fast 4 Jahre vor | 1 Antwort | 1

1

Antwort

Beantwortet
Fortran to Matlab Translation with a dynamic fertility model
You did not tell us what error you get, so how do you expect people to be able to help you?

mehr als 4 Jahre vor | 0

Beantwortet
mex fortran code containing intrinsic function using Intel fortran compiler
cosd, sind, atand, are NOT part of the Fortran standard, they are GNU extensions to the Fortran language and not understandable ...

mehr als 4 Jahre vor | 0

| akzeptiert

Frage


C/Fortran callback to MATLAB
I have a large library (~100K lines of code) written in modern Fortran, out of which I need to call only one function with the f...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
MATLAB 2018b does not start, MATLAB 2018a starts, but takes forever to compute as simple as 2+2
It took me three months to find the answer, which is the number one solution provided here: Why will MATLAB not start up prope...

etwa 5 Jahre vor | 2

| akzeptiert

Frage


MATLAB 2018b does not start, MATLAB 2018a starts, but takes forever to compute as simple as 2+2
I had an original academic installation of MATLAB 2018a on my laptop which worked fine. Later I added a 2018b version as well. B...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
How to tell MATLAB where fortran compiler is?
This incompatibility is actually very annoying. There is always a lag of one year between the compatible versions of the two sof...

mehr als 5 Jahre vor | 0