photo

Shahid Iqbal


2019년부터 활동

Followers: 0   Following: 0

통계학

  • First Answer

배지 보기

Feeds

보기 기준

질문


can someone please help me to find out mistake
function SystTaylorSolve syms t h %Entering system of IVP and saving it with different Taylor order and step size Q=input('D...

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

1

답변

답변 있음
How to make my function accept input file?
function [edges,nodes,path]=PRM(obstacles) Function is not linked with obstacles file. Try to create this file again spell shou...

5년 초과 전 | 0

답변 있음
How to merge excel with mat file?
just import the fileby using import commond , File shuould be in the same folder

5년 초과 전 | 0

답변 있음
Conversion to double from sym is not possible
syms n; t = (-300:1:300); D_n = ((sin((pi*n)/2))./(pi*n)); y = (D_n).*exp((-1i)*n*t*(pi/100)); x = symsum(y,n,-10,-1) + syms...

5년 초과 전 | 0