photo

Star Strider


Last seen: 3 jours il y a Actif depuis 2012

Followers: 61   Following: 0

Message

Hic sunt dracones! PROFESSIONAL: Physician (M.D.): Diplomate of the American Board of Internal Medicine; M.Sc. Biomedical Engineering: Instrumentation, Signal Processing, Control, System Identification, Parameter Estimation NON-PROFESSIONAL: Amateur Extra Class Amateur Radio Operator; Private Pilot, Airplane Single Engine Land, Instrument Rating Airplane; Gamer NOTE: I do not respond to emails or personal messages, unless they are about my File Exchange contributions. Time Zone: UTC-7 (Standard); UTC-6 (Daylight Savings/Summer)

Statistiques

All
MATLAB Answers

0 Questions
20 836 Réponses

File Exchange

5 Fichiers

Cody

0 Problèmes
1 Solution

RANG
3
of 301 628

RÉPUTATION
68 578

CONTRIBUTIONS
0 Questions
20 836 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
9 710

RANG
2 564 of 21 366

RÉPUTATION
678

CLASSEMENT MOYEN
4.70

CONTRIBUTIONS
5 Fichiers

TÉLÉCHARGEMENTS
13

ALL TIME TÉLÉCHARGEMENTS
6281

RANG
116 088
of 175 828

CONTRIBUTIONS
0 Problèmes
1 Solution

SCORE
20

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Scavenger Finisher
  • Most Accepted 2025
  • Most Accepted 2024
  • Solver
  • Personal Best Downloads Level 2
  • 5-Star Galaxy Level 3
  • Most Accepted 2023
  • Most Accepted 2022
  • Most Accepted 2021
  • Revival Level 3
  • First Submission
  • Grand Master

Afficher les badges

Feeds

Afficher par

Réponse apportée
help with XYZ data file
You may only need to use reshape (with the same last two arguments) on each of the vectors, rather than using scatteredInterpola...

13 jours il y a | 0

| A accepté

Réponse apportée
Best way to fit functionals with error bars
That depends on what the error bars indicate, and the information you have about them. A common way of weighting a regression...

15 jours il y a | 0

| A accepté

Réponse apportée
Trying to create a referenceEllipsoid for a fantasy exoplanet. How do I get a valid value for input number 1, 'name', that is not on the list of referenceEllipsoid values?
The only reference I can find for 'darodar' has to do with a spam referrer. (Perhaps choose another name?) That aside, if 'd...

19 jours il y a | 0

Réponse apportée
Plot not showing anything with too many NaNs
You will most likely need to Contact Support for this problem. Include the URL of this thread in your note to MathWorks so yo...

19 jours il y a | 1

| A accepté

Réponse apportée
Why am I getting error "too many input arguments" when using referenceEllipsoid and oblateSpheroid?
All the values apparently must be assigned as properties of the original objects after creating each, rather than passed as name...

19 jours il y a | 0

Réponse apportée
Axis not held using hold command in plot3
It would be nice to know what the point values are, and if you are restricting the axes in some way by using xlim, ylim, zlim or...

26 jours il y a | 0

| A accepté

Réponse apportée
how can i do FFT analysis in MATLAB R2025b ?
That depends on what you want to do. I created this function to do preliminary Fourier analyses on signals with a corresponfd...

27 jours il y a | 0

Réponse apportée
Please help me to run this simple relation
Probably the easiest way to do this is with a surf plot. Here, I combined it with a contour plot as well, using the surfc funct...

29 jours il y a | 0

Réponse apportée
When plotting 3D graphs in MATLAB, can the x and y axis labels be made flush with the x-y plane, as shown in the figure below?
@Bruno Luong came up with something similar (How can I rotate the axes' labels parallel to the orientation of the axes?) in 2023...

30 jours il y a | 1

Réponse apportée
Symbolic solve not returning all values
There are two equations because they are the roots to a quadratic equation. sympref('AbbreviateOutput',false); syms Va Vi ...

environ un mois il y a | 0

| A accepté

Réponse apportée
MATLAB publish equation adds $ to alt tag
The purpose of the dollar signs ($) is to use it with the LaTeX interpreter.

environ un mois il y a | 0

Réponse apportée
I want to install Matlab 2010b on a new (2026) HP desktop
You will most likely need to Contact Support for this problem. Include the URL of this thread in your note to MathWorks so yo...

environ un mois il y a | 1

Réponse apportée
chebyshev II BPF magnitude response is not equal to 1 in the passband - incorrect magnitude response when using freqz(b,a)
In general, using the polynomial numerator and denominator implementation of digital filters is not optimal. Using the second-o...

environ un mois il y a | 1

| A accepté

Réponse apportée
How to use the nonlinear least square fitting to fit a transfer function?How to improve the fitting accuracy
The easiest way to do that is with the System Identification Toolbox. It was created to solve exactly this sort of problem. ...

environ un mois il y a | 2

Réponse apportée
proper IFFT procedure for converting S-params into time domain reflectometry
Inverting something like that is always something of a problem. While the nufft function can take irregularly-sampled time ve...

environ un mois il y a | 0

Réponse apportée
GA stops with different score every time, even with setting big MaxGeneations and MaxStallGenerations
The results of genetic algorithm (ga) optimisation improve with the initial number of individuals ('PopulationSize') and the num...

environ 2 mois il y a | 1

Réponse apportée
what's wrong with matlab dsolve ?
You can use the rewrite function to get it in a particular form, however MATLAB doesn't appear to agree with your solution -- s...

environ 2 mois il y a | 0

Réponse apportée
How do I find the degrees of freedom of a cubic spline fit to calculate AIC and BIC
Your question intrigued me, and since the documentation doesn't address it, I looked it up. The degrees-of-freedom in a cubic s...

2 mois il y a | 1

| A accepté

Réponse apportée
struct2table display 1 x l arrays compactly
It apparently exists in your structure as a row vector. You will need to convert it to a column vector by transposing it, first...

2 mois il y a | 0

Réponse apportée
Crashd in Arch linux
You will need to Contact Support for this problem. Include a link to this post in your message to MathWorks.

2 mois il y a | 0

| A accepté

Réponse apportée
Does MATLAB run on (just announced) MacBook Neo
It's not listed in MATLAB 2025b System Requirements for Mac yet. Check back later to see if it's been added.

2 mois il y a | 0

Réponse apportée
How to draw the axis in the origin of the coordinate system?
Tweaking the properties of the xlabel and ylabel will put things the way you want them. (They are both text objects, so see tha...

2 mois il y a | 1

Réponse apportée
How to dynamically change the colour of the points on 2-D curve based on a third variable?
I am not precisely certain what you want to do. If you want to plot specific points as well, one option sould be to use the sca...

2 mois il y a | 1

| A accepté

Réponse apportée
How to include an arrow as text in the label of a plot?
Use respectively '\leftarrow ','\rightarrow', or \uparrow' or '\downarroa' depending on what you want. Example -- figure...

3 mois il y a | 0

| A accepté

Réponse apportée
How can i save figures all at once when using the spotting assay quantification?
I can't find any specific references to 'spotting assay' or 'spot assay', so I don't know if they're specific to any toolbox. ...

3 mois il y a | 0

Réponse apportée
Including jsbs in my Matlab code
Are you interested in using it with the Aerospace Toolbox? Since JSBSim is designed to run independently under several differen...

3 mois il y a | 0

| A accepté

Réponse apportée
Plotting 2 graphs, in the same window (not using subplot)
If you are not supposed to use subplot, the only other option that comes quickly to mind is to use tiledlayout. Your code wou...

3 mois il y a | 1

Réponse apportée
how to auto run the script after matlab start up
Put that command in your startup.m file. See the documentation on startup for details.

3 mois il y a | 2

Réponse apportée
I want to use a Genetic Algorithm to predict the thickness value. Currently, my code runs and produces results where it hits upper bound and lower bound.
The reason is that the optimal values for the 'k0' and 'Q' parameter values are far outside the bounds that you set for them. U...

3 mois il y a | 0

Réponse apportée
Issues with matlab on linux
Check MATLAB R2025b System Requirements for Linux to be certain your version is supported.

3 mois il y a | 0

Charger plus