photo

Amin Bashi


Last seen: 7 months 前 自 2005 起处于活动状态

Followers: 0   Following: 0

消息

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

统计学

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

查看徽章

Feeds

排序方式:

已回答
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 前 | 0

已回答
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 前 | 0

已回答
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 前 | 0

| 已接受

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

13 years 前 | 0

| 已接受

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

13 years 前 | 0

已回答
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 前 | 0

| 已接受

已回答
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 前 | 0

| 已接受