codeconstructo - MATLAB Central
photo

codeconstructo


Last seen: 대략 1개월 전 2023년부터 활동

Followers: 0   Following: 0

통계

MATLAB AnswersFrom 01/23 to 03/25Use left and right arrows to move selectionFrom 01/23Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

3 질문
0 답변

순위
180,718
of 297,672

평판
0

참여
3 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 20,464

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 159,351

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How can I use meshgrid to isolate the center values of a matrix and change them? So if it is 10x10, I want to change the 2x2 at the center. At 20x20, I want to change the 4x4
clc, clear, close all; % clear the command window size = 10; % set the size for matrix, can be any number x = zeros(size); % ...

5개월 전 | 답변 수: 1 | 0

1

답변

질문


How can I define the error function and use a Maclaurin series to approximate a value?
My question is: erf (x) = 2/sqrt(pi)*integral(exp(-(t^2)) from 0 to x (a) Use the Maclaurin series (Taylor series centered at 0...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Approximate Value Using Taylor Polynomial
I have the following problem: Use MATLAB to help you approximate f(5) using a 10th degree Taylor polynomial centered at c = ...

대략 2년 전 | 답변 수: 2 | 0

2

답변