Thomas Rodriguez - MATLAB Central
photo

Thomas Rodriguez


Last seen: 2 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 04/22 to 04/25Use left and right arrows to move selectionFrom 04/22Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

9 个提问
0 个回答

排名
163,333
of 297,922

声誉
0

贡献数
9 个提问
0 个回答

回答接受率
66.67%

收到投票数
0

排名
 of 20,504

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,878

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


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); ...

2 years 前 | 2 个回答 | 0

2

个回答

提问


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...

2 years 前 | 0 个回答 | 0

0

个回答

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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...

2 years 前 | 1 个回答 | 0

1

个回答

提问


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 ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 0 个回答 | 0

0

个回答

提问


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-...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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...

3 years 前 | 1 个回答 | 0

1

个回答

提问


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....

3 years 前 | 1 个回答 | 0

1

个回答