photo

Anmol Pardeshi


Last seen: 10ヶ月 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

All
  • Thankful Level 2
  • 5-Star Galaxy Level 1
  • Thankful Level 1
  • First Submission
  • Revival Level 1
  • First Answer

バッジを表示

Feeds

表示方法

送信済み


showUniqueCount
unique elements & counts

約3年 前 | ダウンロード 1 件 |

送信済み


Cohort Studies [2x2 table]
Epidemiology study table calculator

4年弱 前 | ダウンロード 3 件 |

送信済み


datasetSplit
this dataset splitter function splits the input dataset into two parts based on percentage value provided by the user

4年弱 前 | ダウンロード 1 件 |

Thumbnail

質問


matlab struct initialization issue
I'm trying to initialize a strut which would have fields that represent age groups like <39, 40-49, 50-59 and so on. So I tried ...

約4年 前 | 1 件の回答 | 0

1

回答

送信済み


mergeBlocks
merge 2 non consistent blocks

約4年 前 | ダウンロード 1 件 |

送信済み


confidenceInterval
calculate confidence interval

約4年 前 | ダウンロード 1 件 |

質問


simulate a dice throw
how do I simulate a die throw? Can a random number generator between 1 to 6 do the same job?

約4年 前 | 2 件の回答 | 0

2

回答

送信済み


ageCalculator - nonGUI
age calculator (function for use while running codes)

4年以上 前 | ダウンロード 1 件 |

送信済み


trailPadding
padding an array at trails

4年以上 前 | ダウンロード 1 件 |

Thumbnail

送信済み


isalpha
check if variable is alphabet

4年以上 前 | ダウンロード 2 件 |

送信済み


imgAxisDistribution
pixel value distribution

4年以上 前 | ダウンロード 1 件 |

質問


matlab figure saving dim
has anyone observed that if a matlab figure is saved as a jpg, its dimension in the jpg changes. is this true? I have two imag...

4年以上 前 | 1 件の回答 | 0

1

回答

送信済み


imgIntensityProfile
function to see intensity profile of image at specific location

4年以上 前 | ダウンロード 1 件 |

質問


subplot question - with image and plot
I'm using a subplot but I want to use imshow(img) in one section of the subplot and want to simply 'plot()' something in another...

4年以上 前 | 2 件の回答 | 0

2

回答

質問


Posting a new function
How do I post a function that I wrote (initially for own use but generalized later on)?

4年以上 前 | 1 件の回答 | 0

1

回答

回答済み
How to change axes linewidth?
go to edit -> axes properties and this will open up a property inspector. within this select "box styling" option and see the v...

5年弱 前 | 0

質問


FFT - Return vector and Frequency display
fft function - it returns a vector, same length as the signal, but if we plot the abs(signalFFT), the x axis does not quite depi...

5年以上 前 | 1 件の回答 | 1

1

回答

質問


Plotting shapes based on equations and weights.
Let us say I have weights w0, w1,w2 and I want to fit a line such that w0(1)+w1x+w2y=0 or any other shape, how do I do it? Is th...

6年弱 前 | 1 件の回答 | 0

1

回答

回答済み
Calling a function in another function
there are 2 pointers on this - a. why are you keen on calling the funw function within a function; this is especially concern...

6年以上 前 | 0

質問


I implemented PCA. the loadings matrix has principal components as cols and variables in the row. Now, each of the principal component has equal weights or equal contributions from each of the variables(rows). What should I interpret from this?
I implemented PCA. the loadings matrix has principal components as cols and variables in the row. Now, each of the principal com...

6年以上 前 | 1 件の回答 | 0

1

回答

回答済み
Saving a structure to Excel
If struct to cell and then conversion is a problem, you can individually collect the fields and their values in a matrix (table)...

7年弱 前 | 0

回答済み
mkdir with variable name
for a=1:1000 subfolder_name=char(%pick information from a variable whos folder name is expected and store here); cd F:...

7年弱 前 | 1