photo

Titas Chattopadhyay


Last seen: fast 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistik

MATLAB Answers

6 Fragen
0 Antworten

RANG
158.856
of 300.343

REPUTATION
0

BEITRÄGE
6 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
50.0%

ERHALTENE STIMMEN
0

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.172

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


I have tried Runge Kutta method on this coupled nonlinear ode and get the error respect to the matrix dimension. Please help me with this.
% Define spatial domain Ly = 2; % Length of domain Lz = 1; N = 200; % Number of discretization poi...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Unable to correct the code. Error shows the ode45 does not give a column vector. Please help me with these.
clear all, close all, clc %nu=0.001; % Diffusion constant g1 = 9.81; J = 1.2./1000; h = 0.075; lambda = 0.075; u_star = ...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I can't find the error in this code. Please help with the dimension. Error in line 42
clc clear all close all %% Initial and Boundary conditions %% g = 9.81; J = 1.2./1000; h = 0.075; lambda = 0.075; u_st...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error to perform assignment
clear all clc z = -1:0.2:1; y = -1:0.2:1; n = -2:0.4:2; h = 3; alpha = 0.1; m = 11; for j = 1:m for i = ...

mehr als 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


undefined function 'f'
tmesh = linspace(0,pi/2,5); solinit = bvpinit(tmesh, @f); sol = bvp4c(@odefun, @bcfun, solinit); plot(sol.x, sol.y, '-o'); ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


MATLAB R2019A
I have installed R2019A for my macbook air which was a trial version, now I want to buy the student suite license for R2019A, ho...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten