Mathew - MATLAB Central
photo

Mathew


Last seen: Today Active since 2024

Followers: 0   Following: 0

Statistics

MATLAB AnswersFrom 06/24 to 03/25Use left and right arrows to move selectionFrom 06/24Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%

RANK
138,514
of 297,307

REPUTATION
0

CONTRIBUTIONS
5 Questions
0 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

  • Thankful Level 3

View badges

Feeds

View by

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

11 days 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; ...

12 days 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; ...

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

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

9 months ago | 1 answer | 0

1

answer
Go to top of page