photo

Saptarshi Bhattacharjee


Last seen: oltre 3 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

MATLAB Answers

4 Domande
0 Risposte

RANK
283.756
of 301.200

REPUTAZIONE
0

CONTRIBUTI
4 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
75.0%

VOTI RICEVUTI
0

RANK
 of 21.191

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 173.339

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


What is the problem with this code snippet?
function phi1= @(y) 2*(y-0.5)*(y-1) It says 'Invalid use of operator' on run.

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


why is the histogram showing x vector values on x axis rather than y axis?
% Set the initial state of all replicas rng('shuffle') nRep =2 % Number of replicas for rep = 1:nRep ...

quasi 7 anni fa | 0 risposte | 0

0

risposte

Domanda


Can't find cftool?
>> cftool 'cftool' requires Curve Fitting Toolbox. >> ver ----------------------------------------------------------------...

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


matlab ode45 error
tspan= linspace(0,0.1,1); yinit = [0.5 , 0.8]; [t,y] = ode45(@maths(t,y), tspan, yinit) --->error invalid expression,use pa...

circa 7 anni fa | 1 risposta | 0

1

risposta