Community Profile

photo

piyius raj


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


randomly select elements of an array without repeat and create a matrix with these elements as rows
Hi All, I have integers from 1 to n. I want to choose m integers without replacement. I want to repeat this process p times and...

3 years ago | 1 answer | 0

1

answer

Question


sampling error from a truncated normal distribution
Hi everyone, Please see the code below. I tried to sample from a truncated normal distibution but the sample histogram is not m...

4 years ago | 2 answers | 0

2

answers

Question


Fsolve How to pass several functions?
Can anyone help in the fsolve? syms x y % define function f1 = @(x,y) x+y^2-5; f2 = @(x,y) x+y-3; f = @(x,y) [f1,f2...

5 years ago | 1 answer | 0

1

answer