photo

Star Strider


Last seen: Today Aktiv seit 2012

Followers: 60   Following: 0

Nachricht

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)

Statistik

All
MATLAB Answers

0 Fragen
20.814 Antworten

File Exchange

5 Dateien

Cody

0 Probleme
1 Lösung

RANG
3
of 301.204

REPUTATION
68.518

BEITRÄGE
0 Fragen
20.814 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
9.697

RANG
2.560 of 21.191

REPUTATION
676

DURCHSCHNITTLICHE BEWERTUNG
4.70

BEITRÄGE
5 Dateien

DOWNLOADS
10

ALL TIME DOWNLOADS
6261

RANG
114.231
of 173.368

BEITRÄGE
0 Probleme
1 Lösung

PUNKTESTAND
20

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER 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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

etwa 3 Stunden vor | 1

| akzeptiert

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

6 Tage vor | 0

| akzeptiert

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

12 Tage vor | 0

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

13 Tage vor | 0

| akzeptiert

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

15 Tage vor | 1

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

16 Tage vor | 2

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

16 Tage vor | 0

Beantwortet
Issues with matlab on linux
Check MATLAB R2025b System Requirements for Linux to be certain your version is supported.

25 Tage vor | 0

Beantwortet
How do I choose the poles and zeros in order to calculate my TF from input & output data?
In a circuit synthesis course I took long, long ago in a galaxy far, far away, the poles are the frequencies where the imaginary...

27 Tage vor | 0

| akzeptiert

Beantwortet
Calculating Statistical Significance of Temperature Anomalies
There are at least two approaches (paired or unpaired), and two differen.test onsiderations t (parametric or nonparametric) to t...

30 Tage vor | 0

Beantwortet
frequency to time domain
Your code 'works' in the sensee that it appears to be appropriate and it does not produce any errors. However it does not giv...

etwa ein Monat vor | 0

Beantwortet
Issue with PopulationSize in Genetic Algorithm toolbox
The problem is that the arguments to ga are defined by thier positions, and there have to be 10 arguments before the 'options' a...

etwa ein Monat vor | 0

| akzeptiert

Beantwortet
How to apply Mann Kendall and sen slope?
I assume you are referring to Mann-Kendall Tau-b with Sen's Method (enhanced). You need the Statistics and Machine Learning Too...

etwa ein Monat vor | 0

| akzeptiert

Beantwortet
Formating strings using named tokens
I am not exactly certain what you want. Using an anonymous function is one option -- DMY = @(d,m,y) sprintf('%02d-%02d-%4d'...

etwa ein Monat vor | 0

Beantwortet
Facing problem with plot function
The first and last p[oints apparently have the same coordinates. If your data ars sorted, for example by the x-coordinates, r...

etwa ein Monat vor | 0

Beantwortet
Help for an on-air program
See: RF Propagation - MATLAB & Simulink - MathWorks to begin with. The Radar Toolbox or the RF Toolbox could be appropriate f...

etwa ein Monat vor | 0

Beantwortet
Dealing with noise artifacts in EEG signal
I do not have your signal to work with. My approach would first to use the isoutlier function, then the rmoutliers function t...

etwa 2 Monate vor | 1

| akzeptiert

Beantwortet
Reading in Numerical Data from a Text File
You can certainly use textscan for this. I cannot determine the reason you are having probnlems getting textscan to run, sinc...

etwa 2 Monate vor | 1

Beantwortet
imtile does not work with cell array of images
It seems obvious -- immag = 1×4 cell array {1×1 Image} {1×1 Image} {1×1 Image} {1×1 Image} >> otta=imt...

etwa 2 Monate vor | 0

Beantwortet
Adding multiple function plots to a single figure with subplots - MATLAB
I am not certain what you intend by 'merge the plots'. Note that you need to load a .mat file to use its contents. Consider ...

2 Monate vor | 0

Beantwortet
why can I only edit one script?
You should be able to have multiple Editor tabs available so that you can edit a script in each tab. In the Editor and with t...

2 Monate vor | 1

Beantwortet
interp1() returns a plot with empty sections
The 't' variable seems to be undefined, and we do not have 'grade.xlsx' to work with. If 't' is beyond the limits of 't_grade...

2 Monate vor | 1

Beantwortet
Perfusionist nurse trying to lear fluids mechanics
I have not seen any posts here on the details of cardiovascular dynamics. I am not certain if Simscape Fluids can help you with...

2 Monate vor | 0

| akzeptiert

Beantwortet
enforce smooth parameter variation in model fit across space
It likely depends on your problem. If it involves integrating a set of nonlinear ordinary differential equations, and if the pa...

2 Monate vor | 1

Beantwortet
Why am I getting an error installing MATLAB on Ubuntu 24.04
This approach worked for me (Ubuntu 24.04, MATLAB R2025b) -- FIRST: Follow the directions in the MATLAB Installation Help .P...

2 Monate vor | 0

Beantwortet
Issue with InputVisibility for lsimplot
It would probably help to have the omitted parts of your code. What you want to do works here (R2025b). A work-around woul...

2 Monate vor | 0

Beantwortet
I am trying to install MAtlab runtime in ARM processor based jetson Orin Nano in linux. It has supported package for x86 architecture with linux ,is there a compatible MATLAB
You will likely have to contact Mathworks Support (Contact Us) for this. I do not find it listed on the Platform Roadmap for ...

3 Monate vor | 0

Beantwortet
I want to suppress: useCS = logical 1 in command window
Without knowing more about your code or what it is dooing, see if puttting a semicolon (;) at the end of the line that assigns '...

3 Monate vor | 0

Beantwortet
I saw R2025b update2 on the download page , but can't receive it in the software notification? Even when I manually check for it.
In the 'MathWorks Bug Report Notification - Customized Product List' notification for 11 Dec 2025, the 'Fix Options' included 'G...

3 Monate vor | 0

| akzeptiert

Beantwortet
How to use "getkey" correct ?
I am not certain what you are doing. Two options could be waitfor or waitforbuttonpress. There are additional possibilities in...

3 Monate vor | 0

| akzeptiert

Mehr laden