Respondida
How to set scale range for a contour?
Hi Antonin, I understand that you are facing an issue with the 'contourf' function in MATLAB is due to the dimensions of 'X' an...

10 meses hace | 0

Respondida
Extracting Property Values from Property Functions
Hi Teoman, I understand that you are facing an issue extracting the property values from property functions. We can see that y...

10 meses hace | 0

Respondida
Need to calculate 12 experimental coefficients highlighted in red. Have found F'n and F't values with 200 samples, and all other values like Vw, Vc, a, de, Cs are known.
Hi Muralidhar, I understand that you are trying to calculate 12 experimental coefficients from a set of 200 samples. As the mo...

10 meses hace | 1

Respondida
How do combine a contour plot with slice planes?
Hi Miguel, I understand that you are facing an issue with plotting in MATLAB that combines a contour plot with slice planes thr...

10 meses hace | 0

Respondida
2-D Laplace Equation
Hi Abigail, I understand that you are trying to set up a MATLAB code for a 2D Laplace for hydraulic head. Please follow the be...

10 meses hace | 0

Respondida
rewrite system Then we should get its cascade form structure containing second-order sections ( Do not use any Matlab structure-function such as tf2sos, dir2cas,dir2par etc..)
Hi Xuejian, I understand that you are facing an issue solving the transfer function in MATLAB. Compute the partial-fraction ex...

10 meses hace | 0

Respondida
problem in solving. any help will be appreciated.
Hi Tuhin, I understand that you are facing an issue issue solving the equations related to the boundary value problem. We can ...

10 meses hace | 0

Respondida
Plot of Integration Volume
Hi Athanasios, I understand that you are seeking feedback on visualizing the volume of integration plot. This approach seems c...

10 meses hace | 1

| aceptada

Respondida
Import data from file inside "classdef properties"
Hi, I understand that you are facing an issue with importing data from a file to inside of 'classdef properties'. This can be ...

11 meses hace | 0

| aceptada

Respondida
Using nanmean in retime when sampling intervals don't perfectly line up
Hi Victoria, I understand that you are facing an issue with retiming high-resolution time series data to align with a lower-res...

11 meses hace | 0

Respondida
The output size of the lambert_equation function that follows should be 1x1x3 but it is 1x3x3. Does anyone identify the problem? Thanks, in advance!
Hi Ioannis, I undertand that you are facing an issue with the output dimensions returned by the function 'lambert_equation'. I...

11 meses hace | 0

Respondida
Solve Partial Differential Equation
Hi soe, I understand that you are trying to solve a partial differential equation. To find 'D4f' using MATLAB, you can use the...

11 meses hace | 0

Respondida
det⁡(𝐴), 𝐴−1, 𝐴2, 𝐴𝑇, det⁡(𝐶).
Hi Aljohara, I understand that you are facing an issue in computing various matrix operations in MATLAB, including the determin...

11 meses hace | 1

Respondida
The solutions 𝒙 and 𝒚 of the linear systems 𝐴𝒙 = 𝒃1 and 𝐶𝒚 = 𝒃2
Hi Aljohara, I understand that you are facing an issue with finding the solution of a linear system of equations. In MATLAB, s...

11 meses hace | 0

Respondida
How to process information on one excel spreadsheet and reformat the information onto another excel spreadsheet?
Hi paul, I understand that you are trying to process information on one excel spreadsheet and reformat the information onto ano...

11 meses hace | 0

| aceptada

Respondida
(How) Can I (numerically) integrate u from z=0 to z=z in a=acoeffunction(location,state), when using PDE toolbox and a PDEModel for general PDE?
Hi Anita, I understand that you are trying to integrate'u' from 'z=0' to 'z=z'. Given that you are solving a set of two partia...

11 meses hace | 0

Respondida
the resample function throws errors for only a few, but not all, the rows of a large timetable
Hi Ana, I understand that you are facing an issue with the function 'resample' in MATLAB. The encountered errors with the resa...

11 meses hace | 1

Respondida
Unable to plot 3d surface of a symbolic expression involving indefinite integral and summations
Hi Edgar, I understand that you are trying to plot 3D surface of a symbolic expression involving indefinite integral summations...

alrededor de 1 año hace | 0

Respondida
Numerical Integration over a surface, for the verification of gauss law
Hi Georgios, I understand that you are trying to numerically integrate over a surface using Gauss Seidel algorithm. Please ref...

alrededor de 1 año hace | 0

Respondida
Vector input to function handle for bvp4c
Hi Oguz, I understand that you are trying to solve a system of equations with 'bvp4c'. To pass a vector input to a function ha...

alrededor de 1 año hace | 0

Respondida
I plot these two functions by Matlab but the phase of the both of them look likes strange and I think the plot of the phase is wrong in both of them
Hi Aisha, I understand that you are facing an issue while plotting the phase of a complex function. When plotting the phase of...

alrededor de 1 año hace | 0

Respondida
How to Generate a single pulse using NI USB 6210 Matlab code?
Hi Arkadeep, I understand that you are trying to generate a single pulse using NI USB 6210 in MATLAB. To achieve the generatio...

alrededor de 1 año hace | 1

| aceptada

Respondida
Why are the values of z1 and z2 false in the special case a=0?
Hi Mohamed, I understand that you are trying to examine the values of 'z1' and 'z2' in a special case where 'a = 0'. In this ...

alrededor de 1 año hace | 0

Respondida
How can I make my code repeat with out that many lines?
Hi Brenno, I understand that you are trying to avoid the repetitive operations on a large dataset. To make your code smaller an...

alrededor de 1 año hace | 0

Respondida
Solve Electromechanicaly couple ODE
Hi Fajwa, I understand that you are trying to solve the electromechanical couple ordinary differential equation (ODE). To solv...

alrededor de 1 año hace | 0

Respondida
Solve the higher order of boundary condition.
Hi Nur, I understand that you are trying to handle higher-order boundary conditions when using the Keller box method to solve d...

alrededor de 1 año hace | 0

Respondida
how to project trajectories on a plane which is made from normal vector?
Hi Sierra, I understand that you are trying to plot a set of 3D aircraft trajectories onto a 2D plane defined by a normal vecto...

alrededor de 1 año hace | 0

Respondida
How do I use linkdata to link a plot to variables that are updated with a callbackfunction?
Hi, I understand that you are facing an issue with the plot not updating when you adjust the ROI, we can use the 'refreshdata' ...

alrededor de 1 año hace | 0

Respondida
How to Solve this “First-order wave equation” using Euler’s time-stepping series to obtain a graph similar to above. Solve this using Runga Kutta time-stepping series also.
Hi ayushman, I understand that you are trying to solve the first-order wave equation using two different numerical time-steppin...

alrededor de 1 año hace | 1

Respondida
how to sove boundary value problem when i have initial conditions of the states and final conditions of Lagrange multipliers?
Hi Tomer, I understand that you are trying to solve a optimal control problem, where you have the initial and final conditions....

alrededor de 1 año hace | 0

Cargar más