photo

Maria De Silva


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
37,671
of 300,763

평판
1

참여
8 질문
0 답변

답변 채택
12.5%

획득한 표
0

순위
 of 21,082

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,923

참여
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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

9년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 2 | 0

2

답변