photo

Barbara Margolius


Last seen: 5 jours il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

6 Questions
2 Réponses

Cody

0 Problèmes
3 Solutions

RANG
264 557
of 300 847

RÉPUTATION
0

CONTRIBUTIONS
6 Questions
2 Réponses

ACCEPTATION DE VOS RÉPONSES
83.33%

VOTES REÇUS
0

RANG
 of 21 094

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
79 341
of 171 279

CONTRIBUTIONS
0 Problèmes
3 Solutions

SCORE
40

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • Solver

Afficher les badges

Feeds

Afficher par

Question


saving figure with minimal white space without ballooning the size
I saved a file with set(gca, 'LooseInset', get(gca, 'TightInset')); set(gcf, 'PaperPositionMode', 'auto'); saveas(gcf, filena...

3 mois il y a | 1 réponse | 0

0

réponse

Réponse apportée
defining function which generates 3d array within a class. Different behavior in class versus command window
I have a matrix function that is periodic. I need to use it in two ways: as a building block for an infinitesimal generator wi...

7 mois il y a | 0

| A accepté

Question


defining function which generates 3d array within a class. Different behavior in class versus command window
This code: lam = @(t) 3*(1 + 0.8*cos(2*pi*t)); A1 = @(t) reshape([lam(t(:).'); lam(t(:).'); zeros(1, numel(t)); lam(t(:).')]...

7 mois il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus d'un an il y a | 0

Question


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

plus d'un an il y a | 2 réponses | 0

2

réponses

Question


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

presque 3 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 3 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 4 ans il y a | 2 réponses | 0

2

réponses

A résolu


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

presque 5 ans il y a

A résolu


Project Euler: Problem 6, Natural numbers, squares and sums.
The sum of the squares of the first ten natural numbers is, 1^2 + 2^2 + ... + 10^2 = 385 The square of the sum of the first ...

presque 5 ans il y a

A résolu


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

presque 5 ans il y a