photo

Marina Christakos


Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
230,904
of 300,756

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 21,077

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,858

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


taylor series expansion help
syms x valuex=input('What is the value of x? ') subs(taylor(exp(x),x, 'OrderMode','Relative','Order',valuex), valuex) I need ...

7 years 前 | 0 个回答 | 0

0

个回答

提问


switch statements and trig function
val = str2double(input('enter number','s')); chr = input('enter letter','s'); switch chr case 's' disp(sin(va...

7 years 前 | 2 个回答 | 0

2

个回答

提问


using while loops and random number generators
var = 'y'; while (var=='y') u=input('how many?', 's'); if (u > 0) r = rand(1,u,'single'); randnum = ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


question using while loop
variable = input('Continue?', 's'); while variable == 'y' disp(rand) variable = input('Continue?', 's'); if (v...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Help with using a switch statement
I was supposed to write a code that asks for a letter and a number. If the variables 'c', 't', or 's' were entered, it should f...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Increase numbers by different percentages
I can't figure out how to start this question, I've found shortcuts on how to increase a number by a certain precentage 10 times...

7 years 前 | 0 个回答 | 0

0

个回答