Community Profile

photo

Abhishek Kolla

Last seen: 2개월 전 2021년부터 활동

통계

  • Knowledgeable Level 3
  • Revival Level 3
  • Knowledgeable Level 2
  • First Answer

배지 보기

Content Feed

보기 기준

답변 있음
Plot line with different axes in the same graph
Hi, You can use addaxis function from file exchange to add multiple y-axes to the plots. Also refer to this for more informat...

대략 2년 전 | 0

답변 있음
In R2021b, is it still possible to instruct MATLAB to run individual sections consecutively?
Hi, You can use 'Run and Advance' (Ctrl+Shift+Enter) instead of 'Run Section', upon which none of the sections get terminated....

대략 2년 전 | 0

| 수락됨

답변 있음
Server connection with MongoDB C++ Interface
Hi, You can refer to mongoc for more information on the server name. In addition you would also need to install the Additional ...

대략 2년 전 | 0

답변 있음
How do I input a (1+bS) block into simulink, when b is const.?
Hi, You can use MATLAB Function block in Simulink Library Browser to create custom functions. Double-clicking the MATLAB Functi...

대략 2년 전 | 0

| 수락됨

답변 있음
Delete custom toolchain from Simulink (Embedded) Coder model
Hi, Before you add a new toolchain you have to delete the previously added toolchain. Reset the TargetRegistry to remove the ...

대략 2년 전 | 1

| 수락됨

답변 있음
transfer function of a variable piston type pump
Hi, You can use tf function to create real-valued or complex-valued transfer function models in MATLAB. The detailed procedur...

대략 2년 전 | 0

답변 있음
How Can the Output of odetovectorfield be Used
Hi Paul, The elements of V represent the system of first order differential equations. You can refer to this link for more info...

대략 2년 전 | 0

답변 있음
Remove multiple users from license simultaneously
Hi, Currently there is no option to remove batch users. The developers are aware of this issue and working on this feature.

대략 2년 전 | 0

답변 있음
Is there a way to remove a batch of users from the License Center?
Hi, There is no option to remove a batch of users. I have brought this issue to the notice of our developers. They will investi...

대략 2년 전 | 0

| 수락됨

답변 있음
How to connect Arduino nano to Simulink
Hi, You can refer to the following File Exchange link to resolve your issue.

대략 2년 전 | 0

답변 있음
Understanding the vector input to matlab function dwt
Hi, The input vector x will contain all the data points present in the input current signal. In the below link try running the...

2년 초과 전 | 0

| 수락됨

답변 있음
partial derivatives matrix and Integrations
Hi, In the above code the output of gradient will return x and y components of the two dimensional numerical gradient of matrix...

2년 초과 전 | 0

답변 있음
Code for best-worst method
Hi, In the above code it is clear that the input data is read from an excel file. DATA = xlsread("Data.xlsx"); The values nee...

2년 초과 전 | 1

| 수락됨

답변 있음
why do i got blank figure
Hi, I have segmented the image into 2 regions using the k-means clustering algorithm. The document for k-means can be referred ...

2년 초과 전 | 0

| 수락됨

답변 있음
When finding the max value of a function. How can I get the most accuarate value?
Hi , fminbnd function returns the point where the function takes minimum value in the given interval and fval1 need not be maxi...

2년 초과 전 | 0

답변 있음
saving for loop data
Hi David, The above issue can be solved using nested if statements so that even if single condition check fail it will not per...

2년 초과 전 | 0

| 수락됨

답변 있음
How to get residual and other info in eemd?
Modify the function definition so that it will output three outputs as expected. Try creating seperate function with a different...

2년 초과 전 | 0

답변 있음
How can I remove this error ?
Could you please provide a detailed explanation along with the code you have tried so that we can replicate the issue?

2년 초과 전 | 1

| 수락됨

답변 있음
How can I create a "Phase Scrambler" function ??
Phase Scrambling for an image can be referred here Phase Scrambling/Fourier transform of Images? - MATLAB Answers - MATLAB Centr...

2년 초과 전 | 0

답변 있음
Function in a for loop
The code snippet below should solve your question for i=1:n A(:,:,i)=fn(); end where A is 3D array. More info on higher dime...

2년 초과 전 | 0

답변 있음
Course Summaries Document Available to Download/Print?
In the course environment, click on 'Question icon' located on right side at the top. There you can click on Course Quick Refere...

2년 초과 전 | 0

| 수락됨

답변 있음
assigning a value using variables in a matrix
We can define variables seperately and then use them whenever required. The following code snippet can be referred which is simi...

2년 초과 전 | 0

답변 있음
how do we write a code on similar lines to the matlab inbuilt functions
The source code of a in-built function in Matlab can be found by simply typing the following code in command window open functi...

2년 초과 전 | 0

답변 있음
Hamming code on image
The coding ratio (n,k) can be taken for every integer m greater than or equal to two. The formula's for calculating n and k can ...

2년 초과 전 | 0

답변 있음
Deblurred image quality assesment
A no reference quality metric for defocus deblurred images can be done based on Natural Scene statistics . We extract both globa...

2년 초과 전 | 0

| 수락됨

답변 있음
How to remove horizontal and vertical artefacts from image
One simple method to remove the required lines is by using morphological operations. Average filter can also be used to filter ...

2년 초과 전 | 0

| 수락됨

답변 있음
How to remove spurious edge in skeleton line
Start from the endpoint and start removing pixels whose which are closer than nearest branchpoint . The following link can be re...

2년 초과 전 | 0

답변 있음
How to add lines between specific rows in MatLab? And how to only highlight/change font color of one row ?
The color customization can be done using the table class in mlreportgen. A detailed explanation can be found here Table row -...

2년 초과 전 | 0

답변 있음
How can I detect and crop an evolving specimen profile?
Find the edges of the binary image to get a mask of the specimen . Edges can be found using Find edges in intensity image - MATL...

2년 초과 전 | 0

답변 있음
Blurred optical image parameters
Atmospheric Blur is caused due to different factors such as rain,fog etc whereas defocus blur results due to improper depth of f...

2년 초과 전 | 0

더 보기