Answered
hello could you help me, I am a student and I need a program to determine the contingency index n-1 (J) for a system of 39 bars.
Hi Jonathan I understand that you want to model the given system of equations in MATLAB, with the objective of determining the ...

2 years ago | 0

Answered
Inequality constraints in Markov-switching dynamic regression ?
Hi Philippe, I understand that you are trying to set the model parameters for mdl1 and mdl2 in Markov switching dynamic regress...

2 years ago | 0

Answered
Deformation of surface induced by Cubic interpolation
Hi Julien, I understand that you wan to know about interpolating data for 3D surface visualization in MATLAB. The choice of int...

2 years ago | 0

Answered
Why is Optimization MSE of Same Function Change When Dataset is in Meters vs. Nanometers?
Hi Emily, I understand that there is discrepancy in the plot fitting when the units are changed from nanometers to meters in MA...

2 years ago | 0

Answered
Passing more than two inputs to a MATLAB event function
Hi Spencer, I understand that you are using the odeset function to specify an event function (IB_Term_Pass) for the ode45 solve...

2 years ago | 0

Answered
Writing/Loading data that has runs 2 for loops
Hi University, I understand that you are trying to save multiple files and loading data from specific files using for loops, bu...

2 years ago | 0

Answered
How to plot cosine of complex function of third degree?
Hi Aisha, I understand that you are trying to plot the cosine of the given symbolic relation in MATLAB using "surf" plot. In th...

2 years ago | 0

Answered
delete 3D cell in pde geometry
Hi Ari, I understand that you want to delete a specific cell in a given stack of cells in MATLAB. Based on the given informatio...

2 years ago | 0

Answered
moved object in app designer
Hi Luca, I understand that you are facing an issue in App Designer where the components get re-arranged when the app is reopene...

2 years ago | 0

| accepted

Answered
extract data from a composed figure
Hi Gabriel, I understand that you want to plot two curves under a single title that differ in time on x-axis. I assume that bot...

2 years ago | 0

Answered
Rolling window using optimProbelm
Hi Karoline, I understand that you are trying to pre-allocate the Optimization Problem objects for latter deployment in your co...

2 years ago | 0

Answered
find the absolute maximum of a symbolic multi-variable function
Hi Behrad, I understand that you are trying to find the local extrema of the given symbolic equation dependent on x. I assume t...

2 years ago | 0

Answered
Are element-wise inequalities inherently slow and the best that I can get?
Hi Sean, I understand that you are trying to figure out a faster way to check if an element belongs to a set using half-space r...

2 years ago | 0

Answered
Index in position 1 exceeds array bounds. Index must not exceed 161. Error in Test (line 100) T(i,j)=(Tc(i-1,j)+Tc(i+1,j)+Tc(i,j+1)+Tc(i,j-1))/4.;
Hi Danish, I understand that you are encountering an index out of bounds error when iterating over an array of fixed size. Sin...

2 years ago | 0

Answered
ı am trying to run this code but ı got this errors
Hi Baran, I understand that you are trying to run the attached code with the user defined functions in the comment but getting ...

2 years ago | 0

Answered
3d line plot faster.
Hi Jae-Hee, I understand that you are looking for a method to plot 3D lines faster. I assume that the mentioned function functi...

2 years ago | 0

Answered
i want to extract a matrix from a cell array that consists on a number of 3x3 matrices
Hi Mahmoud, I understand that you are trying to extract and save individual matrices from a cell array of matrices, named Qbar....

2 years ago | 0

Answered
Calculating slope of a curve at a single point (where x = 0.5) and testing that slope for significance (slope ~= 0)
Hi HDJ, I understand that you are trying to find the slope at a given point in a fitted plot. From my analysis, you have implem...

2 years ago | 0

Answered
How to replace for-loop with matrix multiplication?
Hi Duen, I understand that you are trying to replace the for loops in the given code with matrix multiplication for imroved tim...

2 years ago | 0

Answered
Changing parameters in a function to keep it the same.
Hi Aman, I understand that you have a function that takes three arguments and returns an output based on the inputs, and you wa...

2 years ago | 0

Answered
Plotting Only Purely Real Sections of function with fimplicit
Hi Andrew, I understand that you have a function that maps values from input on a complex plane, and you are only interested in...

2 years ago | 0

| accepted

Answered
Solving a problem with the Linear Least Squares Method
Hi Francesca, I understand that you are trying to align the output to the attached code for the Linear Least Squares method imp...

2 years ago | 0

Answered
Error using ylabel Incorrect number of inputs for property-value pairs.
Hi Grigorios, I understand that you are trying to iteratively assign a specific label to each colorbar, which is a member of th...

2 years ago | 0

Answered
How can I make this code into a function where it outputs the 2 figures and the inputs are TH and TL
Hi Matthew, I understand that you are trying to encapsulate the given code as a function with parameters TH and TL that outputs...

2 years ago | 0

Answered
What is wrong with my code for obtaining 3D maps?
Hi Adriana, I understand that you want to change the output plot so that it resembles the given plot. I assume that the your co...

2 years ago | 0

Answered
How to add predecessor and successor constraints to nodes to visualise a process flow?
Hi Abhi, I understand that you are trying to visualize process flow in MATLAB by constructing a digraph (directed graph). From ...

2 years ago | 1

Answered
How do we resample data from tables and doubles? The resulting table/double produced by the resample function, replaces the data (floats) in each of the cells with zeros (0).
Hi Komi, I understand that you are trying to resample data from a table using the resample function. However, the type float va...

2 years ago | 0

Answered
Extracting and summing data from a 3d matrix
Hi Emu, I understand that you have a three dimensional matrix with dimensions: 11,32,19 with few NaN values. And, you are tryin...

2 years ago | 0

Answered
How to find k matching using MATLAB?
Hi Andrew, I understand that you are looking for a toolbox or function to compute k matchings in graphs. You can compute a ma...

2 years ago | 0

Answered
Find Intersection point between two arrays
Hi Anfal, I understand that you are trying to find the intersection between two arrays that represent plots on 2D surface. I r...

2 years ago | 0

Load more