Sattik Basu
Followers: 0 Following: 0
Statistiques
RANG
13 736
of 295 569
RÉPUTATION
3
CONTRIBUTIONS
14 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
3
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
Convert function handle to a function in ODE45
Suppose I have a symbolic matrix J J = [2*y(1), 4*y(2), y(1)*y(2); y(3), 2*y(1)^2, 5*y(2); 5*y(3), 2*y(2)*y(1), 2*y...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Obtaining assembled FEMatrices and then further changing them to be used as inputs
The MKAF matrices (and the BC matrices) can be obtained by using using the assembleFEMatrices command. Let's say, I obtain the m...
plus de 2 ans il y a | 1 réponse | 1
1
réponseQuestion
Non-constant Numerical coefficients (m,d,a,c,f)
The pdetoolbox is equipped to solve a PDE with non-constant coefficients. However, from what i read in the manuals, the coeffici...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
PDE Toolkit - what is d when m is non-zero?
To solve the following equation we need to input values of m,d,c,a and f. I have been able to input m,c,a,f, however, for d,...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
PdeModeler App Generic System of Equations are different from those in the Manual
I have uploaded from the PDE Toolbox manual, the kind of generic equation that can be solved using this toolbox. However, inside...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Non-Linear Coupled First-Order ODEs (with multiple derivative terms in each equation).
I have looked extensively, and was not able to solve a system like this on Matlba. All this while, I have used Mathematica to so...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
how do i use BVP4C for these kind of coupled odes?
The equations are coupled C1 p(x) + C2 dp(x)/dx + C3 u(x) + C4 du(x)/dx = 0 C5 p(x) + C6 dp(x)/dx + C7 u(x) + C8 du(x)/dx...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
solution of coupled first order odes numerically
eqn1 = coeff1*var1 + coeff2*diff(var1) + coeff3*var2 +coeff4*diff(var2) == 0; eqn2 = coeff5*var1 + coeff6*diff(var1) + coeff7...
plus de 6 ans il y a | 1 réponse | 0
1
réponseQuestion
why does a NaN in contourf display half the cell removed?
I used NaN for those particle cells. and instead of giving me a uniform figure, it removed a rotated square instead of just a sq...
plus de 6 ans il y a | 1 réponse | 0
0
réponsetoo many input arguments in my imshow statement.
i have received the answer to this thanks to Walter Robinson. just added the following lines after the imshow command. images...
environ 7 ans il y a | 0
Question
too many input arguments in my imshow statement.
it works fine before the jet is added to the statement. Do i have to call it separately, and if so, how? imshow(P,[],jet,'Ini...
environ 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
I am getting a colorbar with uniform color. I want there to be variations so the distribution makes sense.
The P matrix varies from 1 to 2, however the returned figure shows one square with one uniform color. it would be a great help, ...
environ 7 ans il y a | 1 réponse | 0
1
réponseQuestion
How do I remove the printed data on the heat map?
For a smaller matrix, the data seems to be present on the heatmap output. Also, I tried set(gca....) and "axis off" to remove th...
environ 7 ans il y a | 2 réponses | 1
2
réponsesQuestion
I made a Heat map. I want to remove the x and y axis ticks. How is that possible?
I tried using set(gca............), but that is for plot. i am stuck at this.
environ 7 ans il y a | 3 réponses | 1
3
réponsesQuestion
I am getting the following error for the below code: Subscript indices must either be real positive integers or logicals. How can i remove that error.
clc clear all g=9.81; u=10; t=0:.1:10; y(1)=0; while (y(t)>=0) y(t)=(u*t)-(0....
plus de 7 ans il y a | 1 réponse | 0