Community Profile

photo

Abhishek Kolla

Last seen: 3 Monate vor Aktiv seit 2021

Followers: 0   Following: 0

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

| akzeptiert

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

| akzeptiert

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

mehr als 2 Jahre vor | 1

| akzeptiert

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

| akzeptiert

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

| akzeptiert

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 1

| akzeptiert

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

mehr als 2 Jahre vor | 0

| akzeptiert

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

| akzeptiert

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 1

| akzeptiert

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

| akzeptiert

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

| akzeptiert

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

mehr als 2 Jahre vor | 0

| akzeptiert

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

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

mehr als 2 Jahre vor | 0

Mehr laden