Statistics
2 Questions
0 Answers
RANK
89 900
of 300 365
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20 933
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168 262
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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) ...
mer än 4 år ago | 1 answer | 0
1
answerQuestion
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?
mer än 4 år ago | 0 answers | 0
