Thomas Rodriguez
Followers: 0 Following: 0
Statistiques
9 Questions
0 Réponses
RANG
201 656
of 295 495
RÉPUTATION
0
CONTRIBUTIONS
9 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
0
RANG
of 20 240
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 991
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
Adding Matrices into main diagonal of Matrix
I'm trying to add main diagonal matrices into a defined matrix such as: clc; clear; close all; n = 10; x = linspace(0,1,n); ...
plus d'un an il y a | 2 réponses | 0
2
réponsesQuestion
Fitting Numerical Solution of PDE to Given Data with Multiple Parameters
I'm trying to fit my solution to be as close as possible to given data for my PDE system. I've been using the following as a ref...
presque 2 ans il y a | 1 réponse | 0
0
réponseQuestion
MATLAB Movie Error: Getting Rid of Additional Axis Label
I'm trying to use the following MATLAB example, but my movie plot looks very strange. Here's the following code: clc; clear; c...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Warning: Failure at t=1.664683e+01. Unable to meet integration tolerances without reducing the step size below the smallest value allowed (5.684342e-14) at time t.
I recieve the following error: Warning: Failure at t=1.664683e+01. Unable to meet integration tolerances without reducing the...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Creating Geometry for PDE model
I'm trying to create a 2-D domain for my PDE model. I've been using MATLAB's examples for Partial Differential Equation Toolbox ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Solve System of PDEs with Distributed Initial Conditions
I'm solving a PDE system with initial conditions that are Population Distributed vectored-valued functions for each 6 Population...
plus de 2 ans il y a | 1 réponse | 0
0
réponseQuestion
Unrecognized function or variable 'dlaccelerate'.
Hi, I'm trying to run MATLAB's example solving Burger's equation (https://www.mathworks.com/help/deeplearning/ug/solve-partial-...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How to find Sigma Matrix for Bivariate Distribution Given Data
Hi, I'm trying to construct a Bivariate Normal Distribution with Given Data the Location (Lattiude, Longitude). So far, I have...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Shifting Bivariate Distribution to a New Center
Hello, I need help shifting the center of a bivariate distribution. Using MATLAB's example, mu = [0 0]; Sigma = [0.25 0.3; 0....
plus de 2 ans il y a | 1 réponse | 0