photo

Hrishikesh Das


Last seen: 거의 5년 전 2019년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

10 질문
0 답변

Cody

0 문제
3 답안

순위
153,812
of 300,364

평판
0

참여
10 질문
0 답변

답변 채택
20.0%

획득한 표
0

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
75,830
of 168,407

참여
0 문제
3 답안

점수
40

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Explorer
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

질문


Delete patch in Matlab
I have created a square and patch it in matlab. now I want to make a circular hole in that square patch. How can I do it? Is it ...

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


.m to Asci file coversion
How can I convert .m fie to ASCI file ? I want to import my geometry and mesh to the FEAMultiphysics toolbox. please help

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

0

답변

질문


Rectangular mesh using coordinates
I am trying to draw a mesh using the following co ordinates. Below is my code. Can someone tell me how to connect the point and ...

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

1

답변

질문


Meshing in Matlab using PDEToolbox
I am using the PDEToolbox to model structural strain in a thin plate subjected to tension. The model is a 2D model as the thickn...

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

1

답변

질문


fsolve in backward euler method
Please help to implement fsolve for a third order ODE %% clear close all clc %% %% The differential equation is : x''' ...

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

0

답변

질문


Forward Euler method for Higher order differential equation
Helloo! I am trying to solve a third order differential equation using forward euler method. The differential equation is : y'...

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

2

답변

질문


Problem in finding correct date.
I am writting a code to see whether a particular date is valid or not. The function takes three positive integer scalar inputs. ...

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

2

답변

질문


I am unable to understand this. I was trying to solve a non linear eqation with newton raphson and modified newton raphson method. Both methods give different results. Below is my code. can you find the error. Both are separate files.
%%Newton raphson method clc clear all close all %%Initial condition x0 =0.92; maxiteration = 50; tolX = 1e-04; f = @(x) ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


I am new to matab. I tried to solve a non linear equation with newton raphson and modified newton raphson method but got different solution. could you please help me find the error? please note I tried to run the code in two separate files.
%%Newton raphson method clc clear all close all %%Initial condition x0 =0.92; maxiteration = 50; tolX = 1e-04; f = @(x) ...

거의 6년 전 | 답변 수: 1 | 0

1

답변

질문


How to display the results of each iterative step until convergence is reached?
Hi I am very, very new to matlab. Below is my code. The solution is getting converged in 4th iteration. I wish to display the ...

거의 6년 전 | 답변 수: 1 | 0

1

답변