photo

Zuber Khan


Last seen: 4 days 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Error for nonconstant Neumann boundary condition when using state.time in the g function
Hi, I understand that you are facing dimensionality error in your code. It is possible that there is a mismatch in the dimensi...

4 days 前 | 0

已回答
Asking for meaning of this code of what this is. But in General this is the Romberg Integration method
Hi, Since you have not explicitly specified any code, it is difficult to comprehend which code you are referring to. It is to ...

4 days 前 | 0

已回答
Applying convection coefficient to face in 2D thermal simulation?
Hi, In 2D Finite Element Method (FEM) simulations, specifying thermal boundary conditions for edges is indeed done using therm...

5 days 前 | 0

已回答
Unable to read tif files within loop - TIFF library error - 'TIFFFetchDirectory: Can not read TIFF directory count.'
Hi, It may be the case that the .TIFF file is corrupted. "imread" uses the third party libTiff 4.0.0 library under the hood. ...

5 days 前 | 0

已回答
Blank screen when plotting a graph and how to partial differentiate?
Hi, As far as your first question is concerned, you can partially differentiate the given function with respect to 'v' using sy...

5 days 前 | 0

已回答
Floating-point values give limitations for true-false?
Hi, MATLAB has data types for double-precision (double) and single-precision (single) floating-point numbers following IEEE Sta...

5 days 前 | 0

已回答
Optimize the constant by minimizing the error whit no direct relation
Hi, In order to optimize the constants C1, C2, and C3 by minimizing the error (ErFEM), you can use optimization techniques avai...

6 days 前 | 0

已回答
Function to use withtol but only forward in time?
Hi, To filter rows from the second timetable that occur within a specific time range (e.g., within 2 minutes after the times in...

6 days 前 | 0

已回答
Scrollable Plot in real time from Arduino to Matlab
Hi, It is true that the plot gets compressed as more data points are added to it if the x-axis limits always start from the sam...

6 days 前 | 0

已回答
Inverter DC Capacitor Voltage Control
Hi, I understand that receiving pulsating DC capacitor voltage is not a normal behaviour in case of an inverter. Since you have...

7 days 前 | 0

已回答
Fsolve iter display not printing
Hi, Your code seems correct syntax-wise. However, there can be issues with the way your objective function 'calF' is defined. ...

2 months 前 | 0

已回答
"function [t,P] = flow을 표시 하는법
Hi, The error "Function definition are not supported in this context. Functions can only be created as local or nested function...

2 months 前 | 0

已回答
How to implement rematerialization when using autodiff?
Hi, I am assuming that by rematerialization, you are referring to Gradient Checkpointing. Based on my understanding, there is n...

2 months 前 | 0

已回答
Custom training loop, how to do regression for Dlarray type data, I want to do image to image regression,
Hi, Regression mapping for dlarray data depends on the specific objective you are trying to achieve with the given dlnetwork. ...

2 months 前 | 0

已回答
ctrb and obsv of Modal Analysis Ex and OKID, ERA
Hi, As per my understanding, there is no shortcut command that can guarantee that a given dynamic system will be observable or ...

3 months 前 | 0

已回答
How do I get some sampling points from a 4 dimentional function at LHS(Latin Hypercube Sampling)?
Hi, To obtain Latin Hypercube Sampling (LHS) points from a 4-dimensional Rosenbrock function, you can use the "lhsdesign" funct...

3 months 前 | 0

已回答
Understanding fsolve() output when number of function evaluations is exceeded
Hi, The Optimization Toolbox functions, or any other minimization function, should not return any complex solutions. The most c...

3 months 前 | 0

已回答
Reinforcement learning actor is empty
Hi, Based on my understanding, you are getting an empty result while using "getActor(Agent)" command due to the usage of rlDQN ...

3 months 前 | 0

已回答
How to use lsqr matlab function to minimize a cost function?
Hi, I understand that you want to minimize the given cost function using "lsqr" method. Note that 'lsqr(A,b)' attempts to solv...

3 months 前 | 0

已回答
'Iterations stopped. The solution didn't converge due to ill conditioned or non finite matrix computation.' when use function 'pcregistercpd'.
Hi, The issue that you are encountering with the use of "pcregistercpd" i.e. solution not converging and always returning a uni...

3 months 前 | 0

已回答
Small Signal Stability analysis using Single Machine Infinite Bus system
Hi, I understand that you want to set up the state variables for your SMIB model to perform linearization. Firstly, you need t...

3 months 前 | 0

已回答
The economic DMP - model
Hi, Though this question is not directly related to Matlab or MathWorks products, and since you have not provided specific deta...

3 months 前 | 0

已回答
Intersection between 2 symbolic functions
Hi, I understand that you want to find the intersection between the two Gaussian components on the most right. To find the int...

5 months 前 | 0

已回答
I have a problem when applying accelerator in MATLAB SIMULINK to any file including distributed parameters model for lines as shown in the following Figure.
Hi, The error message generated by the gcc compiler suggests that the "gcc" is unable to find the file which have to be compile...

5 months 前 | 0

已回答
Genetic Algorithm matlab code
Hi, I understand that you want to use genetic algorithm for regression. I would suggest you to refer to the following MATLAB A...

5 months 前 | 0

已回答
学生版许可证的期限
Hi, I understand that you want to know about the validity of student license and why there is an expiration date associated, if...

5 months 前 | 0

已回答
Any cool data analysis ideas I can add to my project?
Hi Kristin, I understand that you want to know about various data analysis strategies. Given that you have data about age, reac...

5 months 前 | 0

已回答
Layergraphs from saved agent
Hi Jens, I understand that you want to create layer graph of the actor and critic network. Please proceed with the following ...

5 months 前 | 0

| 已接受

已回答
Metodo di collocazione non lineare per risolvere problemi differenziali
Hi, I understand that you are trying to solve a boundary value problem (BVP) for a second-order ordinary differential equation ...

7 months 前 | 0

已回答
Numeric Slider not changing in live editor
Hi, I understand that you want to update the variable "test1" using an interactive slider and also want to update the plot irre...

7 months 前 | 0

加载更多