photo

Bhumi Desai


Last seen: 8 mesi fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

MATLAB Answers

1 Domanda
1 Risposta

RANK
284.658
of 300.364

REPUTAZIONE
0

CONTRIBUTI
1 Domanda
1 Risposta

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.407

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

  • First Answer

Visualizza badge

Feeds

Visto da

Domanda


Having trouble in running this code. What should I do next?
% Assuming 'saveToFile' is already defined parts = 500; % Read data from the CSV file data = dlmread('2-2.csv', '\t', 1, ...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Risposto
Solution of nonlinear ordinary differential equation of second order
A = 1; % Assumed syms y(x) Dy = diff(y); ode = diff(y,x, 2) == A*(x^4); cond1 = y(0) == 1; cond2 = y(1) == 1; conds = [con...

quasi 2 anni fa | 0