photo

Zuber Khan


Last seen: 5日 前 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...

5日 前 | 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 ...

5日 前 | 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...

6日 前 | 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. ...

6日 前 | 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...

6日 前 | 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...

6日 前 | 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...

7日 前 | 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...

7日 前 | 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...

7日 前 | 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...

8日 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 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ヶ月 前 | 0

さらに読み込む