photo

Tatvam Dadheech


Attivo dal 2019

Followers: 0   Following: 0

Statistica

All
  • Knowledgeable Level 2
  • Revival Level 1
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
Binary image colouring to red
Refer to the link below. https://www.mathworks.com/matlabcentral/answers/49610-how-to-color-a-binary-image This may solve your...

circa 5 anni fa | 0

Risposto
How i can calculate conditional probability in matlab
Refer to the link below. https://www.mathworks.com/matlabcentral/answers/349387-how-to-calculate-conditional-probability This ...

circa 5 anni fa | 0

Risposto
Excel Columns to Matlab Array
Refer to the below link. https://in.mathworks.com/help/matlab/ref/readmatrix.html https://in.mathworks.com/help/matlab/ref/xls...

circa 5 anni fa | 0

Risposto
Scrape Website using MATLAB
Yes, you can. There is an inbuilt function called webread() which will scrape the website and return the content in it. After th...

circa 5 anni fa | 0

| accettato

Risposto
Pushbutton to load .mat file
Refer to the link below. https://www.mathworks.com/matlabcentral/answers/293889-how-to-load-a-mat-file-with-a-push-button-calc...

circa 5 anni fa | 0

| accettato

Risposto
Saving data from loops
There are two ways to do it. x = []; for i = 1:n x = [x; choice(i)] end Above code will append the value of choice at i...

circa 5 anni fa | 0

Risposto
Is it possible to calculate ohm law with data acquired with a daq using matlab script?
Yes you can acquire voltage data using digital trigger. Following documentation explains how daq command can help you do the sam...

circa 5 anni fa | 0

Risposto
how to get the license for the online matlab
Matlab Online is not a free software but requires license. If you have have a student version or any other version of Matlab, yo...

circa 5 anni fa | 0

Risposto
Smallest Prime Number Near to an Input of a Function
There is an inbuilt function to detect if a number is prime or not .i.e. isprime(n). Try to loop over every number greater than...

circa 5 anni fa | 0

Risposto
how to change a one bit value of an image in matlab.? if image size 256*256 and just to change one pixel value ?
Refer to the link below. https://www.mathworks.com/matlabcentral/answers/86410-changing-values-of-pixels-in-an-image-pixel-by-p...

circa 5 anni fa | 0

| accettato