photo

Maria De Silva


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
37,671
of 300,756

声誉
1

贡献数
8 个提问
0 个回答

回答接受率
12.5%

收到投票数
0

排名
 of 21,077

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,890

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


Why does it say f plot error line 97
I have the equation from ysol is 3*cos(2*x) - 3*exp(-3*x) - 2*sin(2*x) however whenever i plot it using fplot it gives me an er...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to I break out of this loop?
signal = []; fid=fopen('transmission_data.txt'); while 1 tline = fgetl(fid); if ~ischar(tline), ...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How do I underline in fprintf?
fprintf( 'Year No Balance(1st Jan) Interest(31st Dec) Total(31st Dec)') I want it to display Year No as underlined...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Loops error index dimension?
I'm trying to get my code to let me in put a range. Then in that range tell me how many prime numbers there are and what are the...

9 years 前 | 1 个回答 | 0

1

个回答

提问


How do import data?
For this part I have to get data from the first row. Which I know you use fgetl. But what if my data has 4 columns and 5 rows. A...

9 years 前 | 1 个回答 | 0

1

个回答

提问


Function changing the display?
if true % code function [ out ] = factorialeq( integer ) if( ~isinteger(integer) || integer < 0) disp('error') ...

9 years 前 | 2 个回答 | 0

2

个回答

提问


Writing a function that gives me the elapsed days, when entering the day, month and year as inputs.
Write a function that takes the day, month and year as input and returns the number of elapsed days? function num_days = E...

9 years 前 | 0 个回答 | 0

0

个回答

提问


How to design a function that compute the factorial of an integer. The function outputs an error message if user enter a non negative value?
function [ out ] = factorialeq( integer ) out=factorial(integer); if( ~isreal(integer) || integer < 0) erro...

9 years 前 | 2 个回答 | 0

2

个回答