photo

Mikhail


Exponenta

Last seen: 15 days 前 自 2012 起处于活动状态

Followers: 0   Following: 0

消息

At first, i was born. Then happened the rest.

统计学

All
MATLAB Answers

2 个提问
14 个回答

File Exchange

17 文件

Cody

0 个问题
32 个答案

ThingSpeak

8 公开的 个频道

排名
1,531
of 299,722

声誉
46

贡献数
2 个提问
14 个回答

回答接受率
100.0%

收到投票数
20

排名
850 of 20,790

声誉
2,206

平均
4.70

贡献数
17 文件

下载次数
59

ALL TIME 下载次数
19716

排名
15,458
of 165,604

贡献数
0 个问题
32 个答案

评分
340

徽章数量
2

贡献数
0 帖子

贡献数
8 公开的 个频道

平均
35

贡献数
0 个亮点

平均赞数

  • Scavenger Finisher
  • Knowledgeable Level 1
  • Thankful Level 1
  • Commenter
  • Solver
  • Explorer
  • Personal Best Downloads Level 3
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • GitHub Submissions Level 3
  • First Submission

查看徽章

Feeds

已回答
Issue Launching MATLAB R2025a on Arch Linux with GNOME 48
See: https://bbs.archlinux.org/viewtopic.php?id=305604 https://bbs.archlinux.org/viewtopic.php?id=303177 https://sourceware....

3 months 前 | 0

已回答
Any ongoing development on Wayland Support?
Hurry up, MathWorks. https://www.phoronix.com/news/KDE-Wayland-Good-Shape

2 years 前 | 4

已回答
Why do some MATLAB features fail on Ubuntu 23.04 and Debian 12 with exit code 127 in MATLAB R2022b and MATLAB R2023a?
I wonder why MathWorks ships system libraries with MATLAB? Is there a reason to do this? If the reason is because some other ...

2 years 前 | 5

已回答
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...

4 years 前 | 5

已回答
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-...

4 years 前 | 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...

5 years 前 | 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...

5 years 前 | 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: ...

5 years 前 | 0

已回答
Why is the offline update package so large? Can I reduce its size?
Yeah, and another reason is because it contains duplicated copies of archives between different update levels.

6 years 前 | 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...

6 years 前 | 3

已回答
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.

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

8 years 前 | 0

| 已接受

已回答
close cmd window after executable
Much easier: fileName = uigetfile('*.*'); cmd = sprintf('start program.bat "%s"', fileName); system(cmd);

9 years 前 | 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 ...

9 years 前 | 1

提问


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

12 years 前 | 1 个回答 | 0

1

个回答

提问


Vectorized operations on multidimensional arrays
Hi, Say, there is 3D array *a*: a(:,:,1) = 56 123 48 242 a(:,:,2) = 206 30 188 26...

13 years 前 | 1 个回答 | 0

1

个回答