![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2945398.png)
Mikhail
Exponenta
Followers: 0 Following: 0
At first, i was born. Then happened the rest.
Estadística
2 Preguntas
13 Respuestas
17 Archivos
Cody0 Problemas
32 Soluciones
CLASIFICACIÓN
1.573
of 297.010
REPUTACIÓN
44
CONTRIBUCIONES
2 Preguntas
13 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
19
CLASIFICACIÓN
861 of 20.418
REPUTACIÓN
2.166
EVALUACIÓN MEDIA
4.70
CONTRIBUCIONES
17 Archivos
DESCARGAS
84
ALL TIME DESCARGAS
19317
CLASIFICACIÓN
14.589
of 157.687
CONTRIBUCIONES
0 Problemas
32 Soluciones
PUNTUACIÓN
340
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
8 Público Canales
EVALUACIÓN MEDIA
35
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Any ongoing development on Wayland Support?
Hurry up, MathWorks. https://www.phoronix.com/news/KDE-Wayland-Good-Shape
más de 1 año hace | 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 ...
más de 1 año hace | 4
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...
más de 3 años hace | 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-...
alrededor de 4 años hace | 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...
más de 4 años hace | 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...
más de 4 años hace | 1
Enviada
matlab-ascii-plot
ASCII plot that mimics behaviour of PLOT from Classic MATLAB
más de 4 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/05c3b110-a46a-4338-b51c-4673f00fc8cd/b30d91cb-6670-456b-b1f3-c5ad4476595a/images/screenshot.png)
Enviada
Calling Shared Libraries from Simulink
This paper discusses several approaches for calling shared libraries from Simulink models
casi 5 años hace | 27 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e5a44101-4a80-11e4-9553-005056977bd0/7ca13754-4780-456e-aee7-d7181d767b3a/images/screenshot.jpg)
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: ...
casi 5 años hace | 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.
más de 5 años hace | 0
Enviada
Embedded Coder Interface to QEMU Emulator on Linux hosts
Embedded Coder Interface to QEMU Emulator on Linux hosts
más de 5 años hace | 4 descargas |
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...
más de 5 años hace | 3
Enviada
Fast CRC-32 calculation
Calculate CRC-32 checksum of input data
alrededor de 6 años hace | 4 descargas |
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.
más de 6 años hace | 0
Enviada
MEXAsync
Example using MATLAB MEX file for calling asynchronous functions from shared libraries
alrededor de 7 años hace | 1 descarga |
Enviada
vardiff
Compare two variables and display results in comparison viewer
más de 7 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/64897/versions/2/screenshot.png)
Enviada
Simulink (Embedded Coder) Target for TI Stellaris LaunchPad
Simulink (Embedded Coder) Target for TI Stellaris LaunchPad
más de 7 años hace | 7 descargas |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/40069/versions/7/screenshot.jpg)
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...
más de 7 años hace | 0
| aceptada
Enviada
timeout
Interrupt execution of script or function after specified period of time
alrededor de 8 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/61263/versions/1/screenshot.png)
Enviada
Solving Missionaries and Cannibals Problem with Simulink Design Verifier
Missionaries and Cannibals Problem solved with Simulink Design Verifier (and simple visualization)
alrededor de 8 años hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/61198/versions/3/screenshot.png)
close cmd window after executable
Much easier: fileName = uigetfile('*.*'); cmd = sprintf('start program.bat "%s"', fileName); system(cmd);
alrededor de 8 años hace | 1
Enviada
Utilities to access SLDV generated test cases
Utilities to access SLDV generated test cases
más de 8 años hace | 1 descarga |
Resuelto
the proud tradition of zero scores in Cody
The short version is: *_your function should return a zero and also have a zero score/size_* The long version comes with a li...
más de 8 años hace
Resuelto
Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...
más de 8 años hace
Resuelto
Hackathon: the beginnings
I am thinking of a number between 1 and 10000... can you guess what this number is? *Description* The test suite has rando...
más de 8 años hace
Resuelto
Find the alphabetic word product
If the input string s is a word like 'hello', then the output word product p is a number based on the correspondence a=1, b=2, ....
más de 8 años hace
Resuelto
Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...
más de 8 años hace
Resuelto
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
más de 8 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
más de 8 años hace
Resuelto
Count number of words in string
Count number of words in string Examples 'hi', answer is 1 'hi hi', answer is 2 'I enjoy cody', answer is 3
más de 8 años hace