photo

Barbara Margolius


Last seen: 16 Tage vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

All
  • Thankful Level 2
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
I run the code below and expect to get a uniform histogram. It's not. I don't understand why not.
in answer to my own question, I can define bin_edges=-0.005:.01:.995; and then hh=histogram(fractime, bin_edges); and the re...

etwa 2 Monate vor | 0

Frage


I run the code below and expect to get a uniform histogram. It's not. I don't understand why not.
% I have a two column array, the first column is time and the second column is state. I ran interp1 to observe my data at unifo...

etwa 2 Monate vor | 2 Antworten | 0

2

Antworten

Frage


define a function in terms of an integral with variable limits
I have defined a function of two variables, say f(u,t), and would like to define a function g(t)=@(t)integral(f(u,t),u,[t-1,t])....

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


adding counts of ordered pairs
I have a sequence of by 3 arrays, say , , , that are generated within a loop. That is, the number of rows of each array varie...

fast 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


accessing single function from an array of functions
I have defined a matrix of functions: a=@(t) (1+0.8*sin(2*pi*t)); b=@(t) .8*(1-0.8*sin(2*pi*t)); z = @(t) 0*t; %...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten