Community Profile

photo

Amin Bashi


Last seen: 4 months ago Active since 2005

Followers: 0   Following: 0

Message

MSc in Chemical engineering, home page : http://www.matlabedu.ir Professional Interests: process control, transport phenomena

Statistics

All
  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 2
  • First Submission
  • Knowledgeable Level 2
  • First Answer
  • Quiz Master
  • Creator
  • Speed Demon
  • Commenter
  • Promoter
  • Solver

View badges

Feeds

View by

Answered
How to create multiple matrix using for loop?
y=[1 2 3 4 5 6 7 8 9 10] x = y([1:5;2:6;3:7;4:8;5:9;6:10])

11 years ago | 0

Answered
how to create a vector of 5 random integers each in rang of -10 and 10.
see this: http://www.mathworks.com/matlabcentral/newsreader/view_thread/109999

11 years ago | 0

Answered
Need help with defining a variable in my tic toc function
it's obvious look at line 29 and 30! n is vector? or n is scaler?

11 years ago | 0

| accepted

Answered
Simulink/Matlab diference
see this http://www.mathworks.com/help/toolbox/eml/ug/bq1h2z7-11.html

12 years ago | 0

| accepted

Answered
integral square error
It's easy! Use simulink with optimization toolbox (or fminsearch) together. If you have the optimization toolbox type open run...

12 years ago | 0

Answered
Recursion Help ... Again...
check this codes elseif (norm == 0 && m == 0) pn = -((n-1)/n)*pnm(n-2,0,theta,norm)+((2*n-1)/n)*(cos(t...

13 years ago | 0

| accepted

Answered
More Recursion Help Needed
see the 11th and 12th lines of pnm function elseif ( norm == 0 && n >= m+2) pnmCurrentn = ((2*n-1)/(n-...

13 years ago | 0

| accepted