
Mikhail
Exponenta
At first, i was born. Then happened the rest.
Statistics
RANK
1,824
of 262,600
REPUTATION
26
CONTRIBUTIONS
2 Questions
12 Answers
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
10
RANK
920 of 17,976
REPUTATION
1,901
AVERAGE RATING
4.70
CONTRIBUTIONS
17 Files
DOWNLOADS
106
ALL TIME DOWNLOADS
16764
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
8 Public Channels
AVERAGE RATING
35
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Content Feed
Typing in the live editor is slow on Linux
MATLAB R2021b now uses the same technology for regular scripts and files, not just Live Scripts. Now all editing/scrolling is pa...
10 months ago | 4
How to use ssRegisterDataTypeInteger with Simulink Coder ?
Hi Brieuc, As I mentioned in the thread you've linked to (https://www.mathworks.com/matlabcentral/answers/345944-how-to-create-...
1 year ago | 0
What is missing from MATLAB #2 - the next decade edition
Some (well, most) dynamic programming languages allow for an experienced developer to have an insight look into how their code i...
2 years ago | 0
Matlab install fails on Manjaro.
I would pay attention to these lines in the installer log: Warning: Insufficient disk space.Location: /tmp Required Space: 13.0...
2 years ago | 1
How to create 64 bit integer data type in Simulink
This can be done in the following way: Register you custom 64 bit unsigned data type and assign to the first output port: ...
2 years ago | 0
Why is the offline update package so large?
Yeah, and another reason is because it contains duplicated copies of archives between different update levels.
2 years ago | 0
Typing in the live editor is slow on Linux
No way! MathWorks have fixed this in R2019a Update 2. Not only Live Editor now works fine, but also Help Browser runs very smo...
3 years ago | 3
How do I install additional toolboxes into an existing installation of MATLAB?
If I want to add toolboxes to MATLAB installation that has updates installed (like R2018b Update 1), it refuses to install from ...
3 years ago | 0
Is it possible to use relative links to files in Live Editor?
Looks like export to HTML doesn't do things to relative links anymore as of R2018b.
4 years ago | 0
Is there a list of MATLAB Runtime dependencies?
Unfortunately, there seems to be no such list of libraries required to run MCR (not to mention MATLAB itself). In fact, i've see...
5 years ago | 0
| accepted
close cmd window after executable
Much easier: fileName = uigetfile('*.*'); cmd = sprintf('start program.bat "%s"', fileName); system(cmd);
5 years ago | 1
Why is the 'untar' function not working with URL, as shown in the example?
Unfortunately, it's not only "this specific file". I stumble on this exact problem with other tar files from time to time. I ...
6 years ago | 1
Question
MATLAB OOP - redefine static method
Hi folks, Following is an OOP question from a guy who knows nothing about OOP, so excuse me in advance :) There is a built...
9 years ago | 1 answer | 0
1
answerQuestion
Vectorized operations on multidimensional arrays
Hi, Say, there is 3D array *a*: a(:,:,1) = 56 123 48 242 a(:,:,2) = 206 30 188 26...
10 years ago | 1 answer | 0