photo

Mathew Aibinu


Last seen: 29 giorni fa Attivo dal 2023

Followers: 0   Following: 0

Statistica

  • Thankful Level 2

Visualizza badge

Feeds

Visto da

Domanda


Incorrect dimensions for matrix multiplication
clear all; close all; % param value k0 = 0.244; p=536.2; q=0.0000376; % the function k = @(t,u) (k0 + (p*k0.^u-q*k0)*t +(p*k...

circa 2 mesi fa | 1 risposta | 0

1

risposta

Domanda


The graph is not displayed
close all clear all x0 = 100; r=1.02; for j=1:1:5 x(1) = x0; x(j+1) = r*x(j); end plot(j, x(...

11 mesi fa | 1 risposta | 0

1

risposta

Domanda


The matlab code does not display the graph with Matlab R2015a
clear all; close all; syms k t I_0=1; mu=1.5; lambda=0.3; gamma=0.1; t=0:1:20; y=I_0*symsum((-lambda *t.^(mu)).^k/(2.^((k*(...

oltre un anno fa | 2 risposte | 0

2

risposte