Community Profile

photo

Abhishek Kolla

Last seen: 2 månader ago Active since 2021

Statistics

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

View badges

Content Feed

View by

Answered
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...

ungefär 2 år ago | 0

Answered
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....

ungefär 2 år ago | 0

| accepted

Answered
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 ...

ungefär 2 år ago | 0

Answered
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...

ungefär 2 år ago | 0

| accepted

Answered
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 ...

ungefär 2 år ago | 1

| accepted

Answered
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...

ungefär 2 år ago | 0

Answered
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...

ungefär 2 år ago | 0

Answered
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.

ungefär 2 år ago | 0

Answered
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...

ungefär 2 år ago | 0

| accepted

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

ungefär 2 år ago | 0

Answered
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...

mer än 2 år ago | 0

| accepted

Answered
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...

mer än 2 år ago | 0

Answered
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...

mer än 2 år ago | 1

| accepted

Answered
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 ...

mer än 2 år ago | 0

| accepted

Answered
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...

mer än 2 år ago | 0

Answered
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...

mer än 2 år ago | 0

| accepted

Answered
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...

mer än 2 år ago | 0

Answered
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?

mer än 2 år ago | 1

| accepted

Answered
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...

mer än 2 år ago | 0

Answered
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...

mer än 2 år ago | 0

Answered
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...

mer än 2 år ago | 0

| accepted

Answered
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...

mer än 2 år ago | 0

Answered
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...

mer än 2 år ago | 0

Answered
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 ...

mer än 2 år ago | 0

Answered
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...

mer än 2 år ago | 0

| accepted

Answered
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 ...

mer än 2 år ago | 0

| accepted

Answered
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...

mer än 2 år ago | 0

Answered
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 -...

mer än 2 år ago | 0

Answered
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...

mer än 2 år ago | 0

Answered
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...

mer än 2 år ago | 0

Load more