photo

Michal


Last seen: 3 jours il y a Actif depuis 2015

Followers: 1   Following: 0

Programming Languages:
MATLAB, Fortran
Spoken Languages:
English

Statistiques

All
MATLAB Answers

64 Questions
38 Réponses

File Exchange

1 Fichier

Cody

0 Problèmes
19 Solutions

RANG
759
of 300 763

RÉPUTATION
103

CONTRIBUTIONS
64 Questions
38 Réponses

ACCEPTATION DE VOS RÉPONSES
46.88%

VOTES REÇUS
42

RANG
18 078 of 21 082

RÉPUTATION
2

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
1

ALL TIME TÉLÉCHARGEMENTS
29

RANG
26 545
of 170 923

CONTRIBUTIONS
0 Problèmes
19 Solutions

SCORE
200

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 4
  • 3 Month Streak
  • Explorer
  • First Review
  • First Submission
  • Knowledgeable Level 2
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
Maple toolbox for MATLAB
After some discussions with Maple support team, I have the following answers: Current version Maple + MTM 2025.2 is incompatibl...

environ un mois il y a | 1

| A accepté

Question


Maple toolbox for MATLAB
Is there anybody who is actively using latest version 2025 Maple toolbox (as a part of Maple) with MATLAB R2025b? I am not able ...

environ un mois il y a | 1 réponse | 0

1

réponse

Question


suprisingly complicated optimization problem
I have the following constrained (global) optimization problem: For a user defined sorted real values vector: xi = [xi(1), .....

3 mois il y a | 4 réponses | 1

4

réponses

Question


looking for strictly recurrent and fast moving median implementation
I am looking for any suitable trick how to effectively compute moving window (length w) median. I know of course the movmedian f...

6 mois il y a | 2 réponses | 0

2

réponses

Question


Latest version of MATLABConnector Linux problem
The MATLAB connector version 2025.2.2.1 (latest version ... upgraded just now) produce the following Warning message during star...

10 mois il y a | 1 réponse | 1

1

réponse

Question


6x6 system of multivariate quadratic equations ... non-negative real solutions
What is the best way (what solver?) to effectively find real non-negative solutions of 6 multivariate quadratic equations (6 var...

environ un an il y a | 3 réponses | 0

3

réponses

Question


1-D Bilateral Kernel Filter ... with better than O(N^2) complexity?
I am just testing Bilateral kernel filter for smoothing of 1-D signals. The basic idea of this filtering method i...

environ un an il y a | 1 réponse | 1

1

réponse

Question


Converting symbolic ODE solution to function ... Warnings
I am trying to find symbolic solution of specific non-linear ODE and then convert it to the matlab function via flowing code: s...

environ un an il y a | 1 réponse | 0

1

réponse

Question


matlab-support linux package
Suprisingly lot of MATLAB users on Linux using and activelly recommanding the matlab-support linux package. Home page: https:/...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


moving median with variable window
Is there any way how to effectively generalize movmedian function to work with variable window length or local variable k-point ...

plus d'un an il y a | 3 réponses | 1

3

réponses

Question


fast evaluation of x(k+1) = x(k)*e(k)
Is there any special trick how to evaluate fast this recurrent formula: x(1) = x0 x(k+1) = x(k)*e(k), k= 1,2, ...N-1 where N...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


extremely inefficient piece of code ... bug?
I have two codes that implement exactly the same task: idx(idx<=0) = 1; idx(idx>=n) = n-1; and if idx <= 0 ...

plus de 2 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
linear 1st order ODEs sytem with time-dependent coefficients solver
This problem is now (starting from R2023a) fully covered by LTV models implemented at Control System Toolbox. These LTV models a...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
linear 1st order ODEs sytem with time-dependent coefficients solver
There are two available toolboxes for time-dependent linear 1st order ODEs: LTVtools: https://www.mathworks.com/matlabcentral...

plus de 2 ans il y a | 0

Question


linear 1st order ODEs sytem with time-dependent coefficients solver
I need to solve many times the following ODEs system: F'(t) = A(t)*F(t) + B(t)*U(t) F(0) = F0 where matrices A(t), B(t) and v...

plus de 2 ans il y a | 2 réponses | 0

2

réponses

Question


simplify is not realible
How to simplify the folowing very simple expression: syms a b c e1 = -(b*(b^2 - 4*a*c)^(1/2) - 4*a*c + b^2)/(2*a*(b^2 - 4*a*c)...

plus de 2 ans il y a | 1 réponse | 0

0

réponse

Question


Merging piecewise polynomial (pp) structures
Is there any method how to merge two or more "pp" (peicewise polynomial) structures in a case of consecutive "pp" structures wi...

presque 3 ans il y a | 3 réponses | 0

3

réponses

Question


MATLABConnector startup on Linux
Last two versios of MATLABConnector for Linux automatically put the app to the startup list, but in Preferereces settings is not...

presque 3 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Warning: X does not support locale en_US.UTF-8
Official TMW statement: "This is a warning message that can be disregarded and it has no impact on the functionality of MATLAB....

presque 3 ans il y a | 5

| A accepté

Question


Warning: X does not support locale en_US.UTF-8
After application of R2022b_upd5 on linux mint (21.1 Cinammon) I always get the following warning at the startup: Warning: X doe...

presque 3 ans il y a | 4 réponses | 3

4

réponses

Question


Volterra integral equation solver
I am looking for good (fast and accurate, with recent state of art methods) numerical (not symbolic) Volterra Integral Equation ...

presque 3 ans il y a | 1 réponse | 0

0

réponse

Question


strange performance behavior - microbenchmark
There are two implementations of the same algorithm: function B = alg1( B, R, alpha ) % Fast computation of L1 distance transf...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How do I speed up lsim computation in a for loop?
Better than naive using of parfor loop is transform to your final simulation model to the sparse form ... see here Transform m...

environ 3 ans il y a | 0

Réponse apportée
Why does MATLAB crash on Linux with "Inconsistency detected by ld.so: ../elf/dl-tls.c: 597: _dl_allocate_tls_init:"
I have similar problem with MATLAB coder on R2022b (Ubuntu Linux 20.04.3) >> coder >> Inconsistency detected by ld.so: ../elf/...

environ 3 ans il y a | 8

Question


INTEL oneAPI support for linux MATLAB
TMW officially does not support INTEL oneAPI compilers (C/C++ and Fortran), but only GCC and GFORTRAN on Linux platform. See her...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
I have received "deactivation required"
There is an official TMW statement ...

environ 3 ans il y a | 2

Question


Free-knot spline approximation (BSFK) problem
@BrunoLuong My data acquisition system produce periodically 1-D measured noised data with the fixed time window length W. I wa...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Use Java 11 jar files in Matlab
You can use following java compiler (javac) option: --release <release> Compile for a specific VM version. Supported targets: ...

plus de 3 ans il y a | 0

| A accepté

Question


support of Java11
What are the plans to to use Java11 in future MATLAB releases? So far is still using Java 1.8, but Java 11 is now standard defau...

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


decomposition used in parfor
In the following problem, where I need to solve many times same linear system "A" with different right sides "b" is very benefit...

plus de 3 ans il y a | 1 réponse | 1

1

réponse

Charger plus