Answered
`uigetfile` Not Working in MATLAB Online App, but Works Fine in Desktop Version
Hi Praful, In case you are trying to implement a MATLAB application which consists of selecting local files using “uigetfil...

1 year ago | 0

Answered
How to create a 3 - by - 3 vector for a PI Section Line
Hi Eddie, Assuming that you are trying to use a pi-section line block in your Simulink Model, while passing a (1, 2) vector...

1 year ago | 1

| accepted

Answered
plotting two types of data on one graph
Hi @Kitt, I understand that you're trying to create a grouped bar graph using timestep data with custom color shading of each...

1 year ago | 1

Answered
How to fill-in a smaller table into a larger (empty) table with a sorted variable?
Hi @Muha, I believe you are trying to take extracted tables (T1, T2) and transfer their values into a reference table (ref_tab...

1 year ago | 0

Answered
How to merge two tables into a single table?
Hi @Sara Woods, I’m assuming that you’re trying to vertically concatenate two tables in MATLAB, into a new table, which cont...

1 year ago | 1

Answered
Scatter plot with timescale colormap
Hi @Adi Purwandana, In order to import an excel spreadsheet and create a scatter plot of timeseries data, involving two varia...

1 year ago | 0

| accepted

Answered
Lineanchor not working in regexp
Hi Omkar, Assuming you're trying to find ending characters of each line, inside a text document, using the "regexp" function...

1 year ago | 0

| accepted

Answered
d solve command matlab
Hi Kees, I believe you are trying to solve differential equations for a particular solution, involving symbolic variables a...

1 year ago | 0

Answered
Lookup table optmizer do not take the break point choise explicit
Hi Prasanna, As per the problem description, it seems like you have a 2D mapped data as 1-D Lookup Table in Simulink, which n...

1 year ago | 0

Answered
I am using the system identification tool box to create a greybox model. My error is The sizes of the matrices returned by the ODE function must be consistent with the input/o
Hi @Yilin, From what I understand, you are trying to create a linear ODE grey-box model using the state space matrices return...

1 year ago | 0

| accepted

Answered
How do I reduce categorical array containing alternate spellings and formats?
Hi, I believe that you’re trying to cluster a categorical array, based on the “EditDist” function metric as distance betwee...

1 year ago | 0

Answered
Mapping 1D vector to 2D area
Hi @Prasanna Routray, I believe that you're trying to want to obtain a reverse mapping, from xPoints data to yPoints data, usin...

1 year ago | 0

Answered
create a legend that different marks in one line
Hi, In case you’re trying to merge two labels in a given row of a legend object, while drawing multiple plots, you can try u...

1 year ago | 0

Answered
How to split a kinematic track into a for loop?
Hi, I believe that you’re trying to use a loop to interactively define the start and stop points of each trial based on the...

1 year ago | 0

Answered
Input arguments must be convertible to floating-point numbers
Hi, I understand that you’re trying to evaluate and solve symbolic expressions involving some variables, while applying “ma...

1 year ago | 0

Answered
in the "label" object draw a rectangle around it
Hi, Based on the description, I understand that you are trying to create a rectangular solid border around a label object, w...

1 year ago | 0

Answered
How to initialize the Hammerstein model linear block and avoiding that the nlhw function transform the linear block to polynomial form ?
Hi, While using the “idnlhw” function to construct a Hammerstein-Weiner model object, a state-space linear model is probably ...

1 year ago | 0

Answered
Simulating Levy walk in MATLAB. (Not Levy Flight)
Hi Alakesh, From what I understand, you are trying to simulate a Lévy walk in 2D, but in order to achieve a better simulation...

1 year ago | 0

Answered
How can I design a model button counter in Simulink?
Hi @none: I understand you’re trying to build a Simulink model involving a switching logic, consisting of a push button whi...

1 year ago | 0

Answered
Loop through a table using a specific condition and generate new table satisfying the particular condition
Hi George, I understand that you intend to loop through an existing MATLAB Table and generate a new table with unique IDsalon...

1 year ago | 0

| accepted

Answered
Is there a function to create the P-P plot in Matlab, to compare two cumulative distribution functions against each other?
Hi Sim, I understand that you’re trying to generate aPP (Probability-Probability) plot of two datasets, where a pp plot is ...

1 year ago | 1

Answered
When i remove the element wise divison of the RLC beacuse RLC is single array it gives me this error Index exceeds the number of array elements. Index must not exceed 1.
Hi Ehtisham, I understand that you’re trying to solve a series of equations for a given RLC circuit and a set of initial con...

1 year ago | 0

Answered
how to solve this error index?
Hi ramya,, I understand that you’re trying to plot 50 percentile plots of 3rd column data of five .csv files, onto a single...

1 year ago | 0

Answered
calling asianbylevy for asian options with a start average date
Hi David, I understand that you intend to price an Arithmetic European style Asian Option, with an underlying asset as a fu...

1 year ago | 0

Answered
Download data dictionary programmatically
Hi Harish, I understand you are unable to programmatically download the data dictionary associated to a Simulink model and s...

1 year ago | 0

Answered
Open a picture when an object is clicked.
Hi @David Cole, In order to create a clickable field next to your SImulink blocks to open an image, you can use annotations...

1 year ago | 0

| accepted

Answered
How to create dynamic options in system object block mask parameters
Hi @Jeremy, In order to dynamically assign properties of Block Mask Parameters in Simulink, I have assumed a case of two Dro...

1 year ago | 0

Answered
Writing data Dynamically in to .mat file using c++ - Append data to existing mat file
Hi Mahendrababu, The programming language C, typically uses file pointers to keep track of the current position in the file...

1 year ago | 0

Answered
Matlab running minimised using task scheduler influences image plots
Hi Jonathan, I am unable to reproduce this issue, in the latest R2024a release of MATLAB, using the commands specified in t...

1 year ago | 0

Answered
Force symbolic variable to be constant
Hi Jose, As of MATLAB R2024a, there is no direct functionality for treating a dependent variable or symbol as constant while...

1 year ago | 0

Load more