photo

Nemo


Last seen: 5 years ago Active since 2016

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
69,657
of 300,765

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 21,084

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,941

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 1 answer | 0

1

answer

Question


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

9 years ago | 0 answers | 0

0

answers

Question


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

9 years ago | 3 answers | 0

3

answers