photo

TED MOSBY


Last seen: Today Active since 2024

Followers: 1   Following: 0

Statistics

MATLAB Answers

0 Questions
145 Answers

RANK
1,013
of 299,168

REPUTATION
74

CONTRIBUTIONS
0 Questions
145 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
11

RANK
 of 20,660

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163,577

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
data and nn input sizes do not match..
Hi, The error occured because you created a network with 7 separate input ports (predictionNet.numInputs = 7;). With seven in...

16 minutes ago | 0

Answered
Number of inputs does not match net.numInputs. Custom-made net problem.
Hi, To remove the above error, you can do the following changes in the code: net.numInputs = 1; net.numInputs = 3; tells MATL...

1 day ago | 0

Answered
Understanding LSTM Sequence to Sequence Mathworks example
Hi, The function "fliplr" is used to reverse array elements and it is being used here to turn the ascending cycle index [1 2 … ...

1 day ago | 0

Answered
Import multiple .mat files into GUi
Hi, You can follow the workflow below: 1. Load files Load… button → uigetfile opens with MultiSelect on. Absolute paths can ...

4 days ago | 0

Answered
How to populate uitable from pop-up menu, and edit text field with push button in Guide
Hi, You can create the figure and controls programatically and add a button callback that will: extracts the chosen item and c...

4 days ago | 0

Answered
how to read values from exel sheet and do multiplication in matlab
Hi, You can use "xlsread" for MATLAB versions before R2019a and "readmatrix" for versions starting R2019a as "xlsread" is not r...

5 days ago | 0

Answered
what is the equivalent for " 'Interpreter', 'none' " in the 'waitbar' framework?
Hi, waitbar itself doesn’t accept an 'Interpreter' name-value pair. Instead, create the bar, grab the text object MATLAB puts ...

6 days ago | 0

Answered
How to modify UTTable cell color in app designer
Hi, To change the color of cell values dynamically you can use "uistyle" or addstyle". Refer to these documentation links belo...

6 days ago | 0

Answered
using latex formatting with questdlg
Hi George, You can try "uiconfirm" as an alternative for the dialog box for a better text formatting. Below is a code snipp...

6 days ago | 0

Answered
GUI - Choice list. diffrent row - diffrent choices
Hi Martin, A UITable shows a drop-down menu whenever the cell value is a scalar categorical. Because every scalar can carry i...

6 days ago | 0

Answered
How can I run Code for Discrete time fourier transform of x[n] = a^u[n] where |a|<1
Hi, For the specific signal , where u[n] is the unit step function (meaning u[n]=1 for n≥0 and u[n]=0 for n<0), the sum star...

13 days ago | 0

Answered
Can I predict the brix and acidity values of strawberry from images ?
Hi, It is definitely possible to predict Brix and acidity values after you've classified them into certain stages. This falls...

13 days ago | 0

Answered
ros2genmsg not recognizing folder?
Hi, You can try the following workarounds: Double check your path actually contains .msg files and the folder containing those...

14 days ago | 0

Answered
How can I set ResetFcn?
Hi, As you haven't mentioned the exact problem you are facing, I can address the issue with your code which I noticed: You'r...

14 days ago | 0

Answered
import and read specific cell from multiple cvx files
Hi, The general strategy will be: Get a list of all .cvx files: Use dir to find all files with the .cvx extension in your spec...

15 days ago | 0

Answered
How can i interface ccs v3.3 with matlab? And what it's library
Hi, If you are starting a new project, it is highly recommended to use a more modern version of Code Composer Studio (e.g., C...

15 days ago | 1

Answered
𝐹𝑔.𝑚(𝜃, 𝜃𝑚) = 𝐹𝑃𝑀 ∞∑ 𝑚=𝑜𝑑𝑑 1𝑚 cos(𝑚𝑍 𝑟 (𝜃 − 𝜃 𝑚 )
Hi, This is the Fourier series of a periodic even-symmetric square wave. As this series is already written as a fourier series...

15 days ago | 0

Answered
Compare same frequency components of two signals
Hi, To compare same frequency components of two signals, you can follow the 3 steps below: 1. Decompose each signal into the...

19 days ago | 0

Answered
Invalid memory section 'code_ramfuncs
Hi @朴子生, The memory section "code_ramfuncs" or "ramfuncs" or const_data_ramfuncs" comes from the TI C2000 custom-storage-clas...

19 days ago | 0

Answered
matlab code for 11-point sequence x(n) = 10 (0.8)n , 0 ≤ n ≤ 10, determine and plot x ((n − 6))15
Hi, Asssuming the equations written in your question are these: x(n)=10(0.8)^n, 0≤n≤10 x((n−6))_15 To get started you can ...

20 days ago | 0

Answered
Connecting Arduino board to MATLAB
Hi @H404, The error you are encountering suggests that an earlier arduino or serialport object is still alive in MATLAB (or i...

20 days ago | 0

Answered
Comparison between continuous and discrete transfer function s, z, to w
Hi, The problem in lower frequency arose because when in your manual “inverse” step you wrote: z = (2 + Ts*w)/(2 - Ts*w); ...

21 days ago | 0

Answered
how to simulate elastic collision
Hi, To prevent over lap of the boundaries with each circle and for circle to circle collision, you can make the following chang...

21 days ago | 0

Answered
How to Plot Membership Function inside App Designer Axes?
Hi, The function "plotmf" always draws into the current figure that belongs to MATLAB’s traditional graphics system. axes(app....

25 days ago | 0

Answered
How to change QUESTDLG code in order to make it 'normal'?
Hi, The function "questdlg" is designed to be "modal" i.e. it will prevent the user from interacting with other MATLAB windows ...

25 days ago | 2

Answered
PCA eigenvector/eigenvalue help
Hi, To compute the first three principal components you need the numeric time-series of your three joint angles (thigh, shank, ...

26 days ago | 0

Answered
Jump diffusion simulation problem
Hi Euginio, You code seems to error out as I can see some pitfalls which I have mentioned below: DW = sqrt(dt)*randn(1,N) Thi...

26 days ago | 0

Answered
what is meant by neural networks interval plot
Hi, The slider value sets how many training epochs occur between each redraw of the GUI’s plots (Performance, Training State, R...

27 days ago | 0

Answered
How to create a dependent variabel using a number of different independent variables?
Hi, You can think of creating a dependent variable from your set of independent‐only time series as an unsupervised dimensiona...

27 days ago | 0

Answered
Problem in Training Ann for larger input/Output data.
Hi, The function "newff" is obsolete now and instead "feedforwardnet" is used as below: pt = pt'; % 7×10 t = t...

28 days ago | 0

Load more