photo

Amin Bashi


Last seen: 5 mesi fa Attivo dal 2005

Followers: 0   Following: 0

Messaggio

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

Statistica

All
MATLAB Answers

0 Domande
7 Risposte

File Exchange

4 File

Cody

2 Problemi
62 Soluzioni

RANK
3.507
of 300.392

REPUTAZIONE
16

CONTRIBUTI
0 Domande
7 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
873 of 20.934

REPUTAZIONE
2.168

VALUTAZIONE MEDIA
4.10

CONTRIBUTI
4 File

DOWNLOAD
11

ALL TIME DOWNLOAD
21288

RANK
8.838
of 168.373

CONTRIBUTI
2 Problemi
62 Soluzioni

PUNTEGGIO
740

NUMERO DI BADGE
6

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • 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

Visualizza badge

Feeds

Visto da

Risposto
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])

quasi 13 anni fa | 0

Risposto
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

quasi 13 anni fa | 0

Risposto
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?

quasi 13 anni fa | 0

| accettato

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

circa 14 anni fa | 0

| accettato

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

circa 14 anni fa | 0

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

oltre 14 anni fa | 0

| accettato

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

oltre 14 anni fa | 0

| accettato