photo

Tatvam Dadheech


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

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

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

environ 5 ans il y a | 0

Réponse apportée
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 ...

environ 5 ans il y a | 0

Réponse apportée
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...

environ 5 ans il y a | 0

Réponse apportée
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...

environ 5 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 5 ans il y a | 0

| A accepté

Réponse apportée
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...

environ 5 ans il y a | 0

Réponse apportée
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...

environ 5 ans il y a | 0

Réponse apportée
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...

environ 5 ans il y a | 0

Réponse apportée
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...

environ 5 ans il y a | 0

Réponse apportée
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...

environ 5 ans il y a | 0

| A accepté