photo

Zuber Khan


Last seen: 4 days ago Active since 2023

Followers: 0   Following: 0

Statistics

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
"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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
'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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

Answered
学生版许可证的期限
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 ago | 0

Answered
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 ago | 0

Answered
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 ago | 0

| accepted

Answered
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 ago | 0

Answered
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 ago | 0

Load more