photo

Nemo


Last seen: 4 years 前 自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Define a Matrix 3x3 using matlab
I'm tryin to define a 3x3 matrix using matlab but I get an error: Undefined function or variable 'A'. Here's my code: J :=...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Hi I'm new to matlab and I'm trying to run this code for Runge Kutta but I get an error at line 14.
function rk4_systems_trial() alpha = [1 -1 2]; m = size(alpha,1); if m == 1 alpha = alpha'; end h...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Hi I'm new to matlab and I'm trying to run this code for Runge Kutta but I get an error at line 14.
function rk4_systems_trial() alpha = [1 -1 2]; m = size(alpha,1); if m == 1 alpha = alpha'; end h...

8 years 前 | 0 个回答 | 0

0

个回答

提问


Extract a hidden message from image
I'm trying to write a matlab code to extract a hidden message from a given image. The hidden message is the first half of the od...

8 years 前 | 3 个回答 | 0

3

个回答