photo

Supraja Ivaturi


Last seen: plus de 4 ans il y a Actif depuis 2021

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
0 Réponses

RANG
240 905
of 300 364

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 20 934

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 407

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


Index exceeds the number of array elements (1). Error in sym/subsref (line 909) R_tilde = builtin('subsref',L_tilde,Idx); Error in newuntitled2 (line 17) r(k)=r(k)+(y(i)*conj(y(i+k-1))); How to solve this error?
clc; clear all; close all; n=16; pi=sym(pi) for i=1:n x = (pi/n)*(i-1)*(i-n-1) y=x-2*pi*fix(x/(2*pi)) if(y<0) ...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Is it possible to get an answer in terms of pi.. like 3π/4
My code is giving answers in decimals. Is it possible to get in terms of pi?

plus de 4 ans il y a | 1 réponse | 0

0

réponse