TED MOSBY - MATLAB Central
photo

TED MOSBY


Last seen: 1 dag ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 02/24 to 05/25Use left and right arrows to move selectionFrom 02/24Use left and right arrows to move left selectionTo 05/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

0 Questions
102 Answers

RANK
1.267
of 298.641

REPUTATION
56

CONTRIBUTIONS
0 Questions
102 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
6

RANK
 of 20.635

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 161.859

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
Drawing through hand movement in matlab
Hi, I assume you want to turn hand-movement captured by a camera into a single ‘drawing’ by extracting and accumulating the edg...

ongeveer 15 uur ago | 0

Answered
Portfolio Optimization under serial correlation and conditional heteroscedasticity.
Hi, You can follow the workflow below to optimize your portfolio which is dynamic instead of the static Markowitz setup: Estim...

ongeveer 17 uur ago | 0

Answered
PCA and Fisher Linear Discreminant
PCA: If you have "n" samples, each with "d" features. You want a smaller set of k features (< d) that preserves as much total v...

3 dagen ago | 0

Answered
Competitive Layer Network (newc) not learning
Hi Oliver, This was a known bug in R2010b and R2011a that prevented competlayer / newc networks from updating their weights. Th...

3 dagen ago | 0

Answered
i can't select msg type to "sensor_msgs/Imagae" in ROS2 Subscribe block.
Hi @진호, I tried this on the same MATLAB version as yours and I am able to change the "Message type" to "sensor_msgs/Image" in...

3 dagen ago | 0

Answered
Launch a desktop layout programmatically
Hi Matt, As I understand from your question, you want to launch a saved desktop layout programmatically. For that you can run...

4 dagen ago | 1

| accepted

Answered
Genetic Algorithms implementation
Hi, Your have to (1) choose an encoding that can express the kinds of memory‑based strategies (TitforTat, Grim, etc.), and (2) ...

5 dagen ago | 0

Answered
Optimization or Global Oprimization toolbox for semidefinite programming
Hi Frogy, The Optimization Toolbox or Global Optimization Toolbox do not have a built-in solver that accepts a positive - semid...

5 dagen ago | 0

Answered
Why does the current in my battery simulation appear as negative?
Hi Zachary, Current appears as negative because of the signing convention, so there is nothing wrong in your model. For eve...

8 dagen ago | 0

Answered
keep msb vs keep lsb maths(fixed point toolbox)
Hi, In MATLAB’s Fixed‑point designer the terms Keep MSB (keep most‑significant bits) and Keep LSB (keep least‑significant bits)...

8 dagen ago | 0

Answered
Default Hyperlink display for getReport
Hi, As far as I understand your question, you want to configure the default value of 'hlink' without changing the flag in 'getR...

9 dagen ago | 1

Answered
How to compute dq current in a delta-wound motor?
Hi, In a 3-phase circuit, the relationship between a line current and phase current is: iLine = (√3)*iPhase + 30° phase displa...

9 dagen ago | 0

Answered
How to call .dll without header file
Hi Kiruthika, Loadlibrary is only for native (un‑managed) DLLs. A DLL that comes from C# is managed code—a .NET assembly—so you...

10 dagen ago | 0

Answered
How to do multiple regression where all dependent and independent variables have uncertainties?
Hi, A convenient implementation for this case can be the File‑Exchange package “Total Least Squares with mixed and/or weighted ...

10 dagen ago | 0

Answered
can't use py.module inside a matlab code compiled for python
Hi Omar, Please refer to this MATLAB answer: https://www.mathworks.com/matlabcentral/answers/2176902-how-to-access-python-e...

11 dagen ago | 0

Answered
How to access Python enum in Matlab
Hi Philipp, As I have limited information about your code and code files, it will be difficult to give an exact solution ence y...

11 dagen ago | 0

Answered
Current waveform difference before and after distributed parameters line
Hi Abdul, If you are simulating on the transmission line itself, it is correct to use the 3-phase measurement block on the left...

12 dagen ago | 0

| accepted

Answered
Error msg: Undefined function or variable 'optimproblem'. Error in optimize_plant_operation (line 6) prob = optimproblem('ObjectiveSense', 'maximize');
Hi @Paul, The function "optimproblem" was introduced in R2017b, hence to use this function you will have to upgrade to a higher...

13 dagen ago | 0

Answered
Can a cell array be training input for a neural network?
Hi, You can use cell arrays, but you need to convert them into one of the formats which MATLAB's training functions will expect...

15 dagen ago | 0

Answered
Capabilities of mass action kinetics
Hi Arun, You can refer to MATLAB's "SimBiology Model Builder" which can be found in the "Apps" tab. You can sketch an arbitrar...

15 dagen ago | 1

Answered
How to use Line Spectral Pairs in matlab?
To implement line spectral pairs, you can use MATLAB's "Signal Processing Toolbox". You can use the function "poly2lsf" . This f...

15 dagen ago | 0

Answered
how to use visqol and stoi function in matlab online?
Hi Pavlo, To use functions like "visqol" and "stoi" which are a part of the "Audio Toolbox", you may need to first check if the...

15 dagen ago | 1

| accepted

Answered
Matlab code of the CIDP protocol for UWSN
Hi Minh, I can give you a generic idea on how to get started on CIDP protocol since you have not provided specific details. ...

ongeveer 2 maanden ago | 0

Answered
matlab code for entropy based local binary pattern
Hi Annie, To get started you can follow the below steps: Preprocess your image by converting to grayscale and then perforn n...

ongeveer 2 maanden ago | 0

Answered
How to find high contrast objects in image?
Hi Jakub, The contrast ratio is the absolute difference between the center pixel and the mean of its 8 neighbors divided by the...

ongeveer 2 maanden ago | 0

Answered
I am trying to find each particle area and each particle intensity through matlab.
Hi Tharun, To measure particle area and total intensity you can follow the below steps: Load your image into MATLAB using 'imr...

ongeveer 2 maanden ago | 0

Answered
Diff does not work with non trivial expression with vectors
Hi @GIOSUÉ, Mathematically, the two expressions are identical: row1∗(row2⊤+col)  =  row1∗row2⊤  +  row1∗col However, the symb...

ongeveer 2 maanden ago | 0

Answered
How to export data logging in Simcape simulation by second?
Hi Thanh, Missing data points can be due to using a "variable‐step solver" due to which Simulink only saves points at the time ...

ongeveer 2 maanden ago | 0

Answered
what are scores in PCA
Hi Nikos, In MATLAB, when you perform Principal Component Analysis using the [pca] function, you call: [coeff, score, latent, ...

ongeveer 2 maanden ago | 0

Answered
How to create polygonal mesh of a moving object in an image stack
Hi Rom, You can stack your individual images(slices) along the 3rd dimension. If you already have the 3D volume then skip this...

ongeveer 2 maanden ago | 0

Load more