Community Profile

photo

Tatvam Dadheech


2019 年からアクティブ

Followers: 0   Following: 0

統計

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

バッジを表示

Feeds

表示方法

回答済み
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...

5年弱 前 | 0

回答済み
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 ...

5年弱 前 | 0

回答済み
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...

5年弱 前 | 0

回答済み
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...

5年弱 前 | 0

| 採用済み

回答済み
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...

5年弱 前 | 0

| 採用済み

回答済み
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...

5年弱 前 | 0

回答済み
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...

5年弱 前 | 0

回答済み
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...

5年弱 前 | 0

回答済み
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...

5年弱 前 | 0

回答済み
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...

5年弱 前 | 0

| 採用済み