photo

Anmol Pardeshi


Last seen: meer dan een jaar ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

8 Questions
4 Answers

File Exchange

10 Files

RANK
14.696
of 300.302

REPUTATION
3

CONTRIBUTIONS
8 Questions
4 Answers

ANSWER ACCEPTANCE
37.5%

VOTES RECEIVED
2

RANK
13.570 of 20.911

REPUTATION
21

AVERAGE RATING
5.00

CONTRIBUTIONS
10 Files

DOWNLOADS
11

ALL TIME DOWNLOADS
114

RANK

of 168.040

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

Submitted


showUniqueCount
unique elements & counts

bijna 4 jaar ago | 1 download |

0.0 / 5

Submitted


Cohort Studies [2x2 table]
Epidemiology study table calculator

meer dan 4 jaar ago | 1 download |

0.0 / 5

Submitted


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

bijna 5 jaar ago | 1 download |

0.0 / 5
Thumbnail

Question


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

bijna 5 jaar ago | 1 answer | 0

1

answer

Submitted


mergeBlocks
merge 2 non consistent blocks

ongeveer 5 jaar ago | 1 download |

0.0 / 5

Submitted


confidenceInterval
calculate confidence interval

ongeveer 5 jaar ago | 1 download |

0.0 / 5

Question


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

ongeveer 5 jaar ago | 2 answers | 0

2

answers

Submitted


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

ongeveer 5 jaar ago | 1 download |

0.0 / 5

Submitted


trailPadding
padding an array at trails

meer dan 5 jaar ago | 1 download |

5.0 / 5
Thumbnail

Submitted


isalpha
check if variable is alphabet

meer dan 5 jaar ago | 2 downloads |

5.0 / 5

Submitted


imgAxisDistribution
pixel value distribution

meer dan 5 jaar ago | 1 download |

0.0 / 5

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

Submitted


imgIntensityProfile
function to see intensity profile of image at specific location

meer dan 5 jaar ago | 1 download |

0.0 / 5

Question


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

meer dan 5 jaar ago | 2 answers | 0

2

answers

Question


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

meer dan 5 jaar ago | 1 answer | 0

1

answer

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

meer dan 5 jaar ago | 0

Question


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

meer dan 6 jaar ago | 1 answer | 1

1

answer

Question


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

meer dan 6 jaar ago | 1 answer | 0

1

answer

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

meer dan 7 jaar ago | 0

Question


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

meer dan 7 jaar ago | 1 answer | 0

1

answer

Answered
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)...

meer dan 7 jaar ago | 0

Answered
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:...

meer dan 7 jaar ago | 1