photo

Francesco Lasco


Last seen: 10 months 前 自 2018 起处于活动状态

Followers: 0   Following: 0

Italian Student

统计学

All
MATLAB Answers

2 个提问
0 个回答

Cody

0 个问题
6 个答案

排名
224,600
of 300,262

声誉
0

贡献数
2 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,900

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
49,930
of 167,865

贡献数
0 个问题
6 个答案

评分
72

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Treasure Hunt Participant
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已解决


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

4 years 前

提问


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

4 years 前 | 1 个回答 | 0

1

个回答

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

已解决


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

5 years 前

提问


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]'; ...

7 years 前 | 1 个回答 | 0

1

个回答