Community Profile

photo

SAI SRUJAN


Last seen: Today 自 2022 起处于活动状态

Followers: 0   Following: 0

统计数据

  • 6 Month Streak
  • Knowledgeable Level 3
  • First Answer

查看徽章

Feeds

排序方式:

已回答
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...

5 hours 前 | 0

已回答
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...

5 hours 前 | 0

已回答
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...

19 days 前 | 0

已回答
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...

20 days 前 | 0

已回答
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...

20 days 前 | 0

已回答
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 ...

20 days 前 | 0

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

20 days 前 | 1

| 已接受

已回答
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 ...

1 month 前 | 0

| 已接受

已回答
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...

1 month 前 | 0

已回答
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...

1 month 前 | 0

已回答
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...

1 month 前 | 0

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

1 month 前 | 0

已回答
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...

1 month 前 | 0

已回答
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...

1 month 前 | 0

| 已接受

已回答
(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...

2 months 前 | 0

已回答
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...

2 months 前 | 1

已回答
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...

3 months 前 | 0

已回答
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...

3 months 前 | 0

已回答
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...

3 months 前 | 0

已回答
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...

3 months 前 | 0

已回答
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...

3 months 前 | 1

| 已接受

已回答
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 ...

3 months 前 | 0

已回答
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...

3 months 前 | 0

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

3 months 前 | 0

已回答
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...

3 months 前 | 0

已回答
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...

3 months 前 | 0

已回答
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' ...

3 months 前 | 0

已回答
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...

3 months 前 | 1

已回答
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....

3 months 前 | 0

已回答
Solving heat transfer using Crank Nicolson method with time dependent boundary conditions
Hi Sanley, I understand that you are facing an error in solving the one-dimensional heat transfer problem using the Crank-Nicol...

3 months 前 | 0

加载更多