photo

Shahid Iqbal


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

1 Question
3 Réponses

RANG
101 628
of 300 302

RÉPUTATION
0

CONTRIBUTIONS
1 Question
3 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 911

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 040

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Answer

Afficher les badges

Feeds

Afficher par

Question


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...

environ 6 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

plus de 6 ans il y a | 0

Réponse apportée
How to merge excel with mat file?
just import the fileby using import commond , File shuould be in the same folder

plus de 6 ans il y a | 0

Réponse apportée
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...

plus de 6 ans il y a | 0