photo

Porgs


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
5 답변

순위
164,070
of 300,763

평판
0

참여
10 질문
5 답변

답변 채택
70.0%

획득한 표
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 3

배지 보기

Feeds

보기 기준

질문


Why do I get an error on line 17?
clc deviation = (1) .^ 0.5; n = deviation .* randn(100000, 1); % noise t = [-5: 0.01: 4.99]; % time p = 5 .* sin(...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Why is the mean function not working?
clc x=randn(1,100000); y=randn(1,100000); Za=x+10; [f,x]=hist(Za,100); %Simulated PDF bar(x,f/trapz(x,f))...

7년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
How to display error using error function?
Ok thanks

7년 초과 전 | 0

답변 있음
How to display error using error function?
Where would I put that in my code because I'm getting an error message when I'm trying to use this.

7년 초과 전 | 0

질문


How to display error using error function?
I have a program that computes thermal conductivity based on an input of a certain alloy and temperature. I would like to have t...

7년 초과 전 | 답변 수: 4 | 0

4

답변

질문


How to display an error in an input for my function?
I have a function that calculates thermal conductivity, and I want to have the function display an error if the user inputs the ...

7년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Have a function take a string and an number as an input?
I am trying to create a function that can take a name of an alloy of metal and a temperature and calculate the thermal conductiv...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Why am I getting this error "Operands to the || and && operators must be convertible to logical scalar values."
function ThCond alloy = input('Enter the type of metal alloy:', 's'); T = input('Enter temperature(K) to calcu...

7년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
Why am I getting this error, "Subscript indices must either be real positive integers or logicals."
Thank you that was the problem.

7년 초과 전 | 0

답변 있음
Linear Combination of 3 matrices.
I'm trying to prove that one given matrix is the linear combination of 3 other matrices.

7년 초과 전 | 0

질문


Why am I getting this error, "Subscript indices must either be real positive integers or logicals."
% This code worked the last time I ran it but now I get an error message. Why is this? t = [-2: .001: 1.999...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Linear Combination of 3 matrices.
How do you compute the linear combination of 3 (1x3) matrices.

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Why do I get Error: File: exercise_1_b.m Line: 8 Column: 28 Unexpected MATLAB operator.
I get this error Error: File: exercise_1_b.m Line: 8 Column: 28 Unexpected MATLAB operator. this is my code t ...

7년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Why do I get Error using * Inner matrix dimensions must agree.
This is my code. t = [-4: 0.01: 3.99]; A_c = 1; f_c = 50; m_t = sinc(2 * (t - 2)) - sinc(2 * (t + 2)); k_a = in...

7년 초과 전 | 답변 수: 1 | 0

1

답변