photo

Mathew


Last seen: 6 months ago Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB Answers

6 Questions
0 Answers

RANK
91,906
of 300,321

REPUTATION
0

CONTRIBUTIONS
6 Questions
0 Answers

ANSWER ACCEPTANCE
83.33%

VOTES RECEIVED
0

RANK
 of 20,913

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,093

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


Identify an unrecognized function or variable
clear all; close all; syms T U t w a=0.3; M=1; h0=1; h1=1; k0=1; k1=1; p=0.5; d=0.5; Z=10; %t=0:1:10; %w=0.75; H=@(s) (p*Z-...

8 months ago | 1 answer | 0

1

answer

Question


Too many input arguments
clear all; close all; syms k z0=2; r=0.01; K=100; t=0:20:500; u=0.75; B=1; H=@(r) B+r*(1+z0./K)*(u-1); F=@(t) r*(1-z0./K...

8 months ago | 2 answers | 0

2

answers

Question


Suitable function(s) to be used for plotting the graph
clear all; close all; syms T U a=0.3; M=1; h0=1; h1=1; k0=1; k1=1; p=0.5; d=0.5; Z=10; t=0:1:10; H=@(s) (p*Z-d-exp(-s))*k1; ...

8 months ago | 1 answer | 0

1

answer

Question


Plotting the graph of only the last iteration
% Need to plot the graph of only the last iteration but multiple graphs are % produced. Only one graph is desired. clear all; ...

8 months ago | 1 answer | 0

1

answer

Question


Missing input in the argument
clear all; close all; a=0.35; M=1; r0=0; r1=0; p=0.5; d=0.5; Z=100; K=@(t,p,Z,d,r1) (p*Z-d-exp(-t))*r1; P = 0:0.1:10; for i...

8 months ago | 1 answer | 0

1

answer

Question


Unrecognized function or variable in a code
% param value clear all; close all; % p is constant and q varies k0 = 0.0000169; u=0.6; p=536.2; q=0.0000376; % your functio...

1 year ago | 1 answer | 0

1

answer