photo

Francesco Lasco


Last seen: 10 mois il y a Actif depuis 2018

Followers: 0   Following: 0

Italian Student

Statistiques

All
MATLAB Answers

2 Questions
0 Réponses

Cody

0 Problèmes
6 Solutions

RANG
117 476
of 300 338

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 20 922

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
50 019
of 168 149

CONTRIBUTIONS
0 Problèmes
6 Solutions

SCORE
72

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
  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • Thankful Level 1

Afficher les badges

Feeds

Afficher par

A résolu


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

environ 4 ans il y a

Question


How can I change background color in Bode plots?
I tried the following code: bode(tf([1],[1 1])) set(gca, 'color','yellow') The background color is applied to the second subp...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

A résolu


Project Euler: Problem 2, Sum of even Fibonacci
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 te...

presque 5 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

presque 5 ans il y a

A résolu


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

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

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

presque 5 ans il y a

Question


How can i avoid this error: 'Index exceeds array bounds.' in my code?
clear all; close all; clc; %Rabinovich–Fabrikant equations t0 = 0; tf = 100; y0 = [1 1 1]'; ...

plus de 7 ans il y a | 1 réponse | 0

1

réponse