Statistics
4 Questions
0 Answers
RANK
121,014
of 301,447
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 21,284
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,609
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
how do i fix a vector size error in octave?
%Linear Control system %1: input signal, x(t) will be sampled 150 times at twice the nyquist rate %2: x(t) = 2*cos(2*pi*t) +...
2 years ago | 0 answers | 0
0
answersQuestion
when i run this i receive:"The following error occurred converting from sym to double: Unable to convert expression into double array." at g(i) = symsum(p,1,n) ;
clc; clear; x=input('Enter values for V, W, n in vector form: '); t=input('Enter the time range over which pl...
8 years ago | 1 answer | 0
1
answerQuestion
how do i fix this error:Unable to perform assignment because the left and right sides have a different number of elements. i know that it is because i have an array and i'm attempting to turn that into a scalar. i simply don't know how to fix it.
syms n t=input('Enter a value for time: '); W = zeros(size(t)) ; for i = 1:length(t) W(i) = sy...
8 years ago | 1 answer | 0
1
answerQuestion
full disclosure. i have no idea what i am doing wrong here. the error i receive is below. i am meant to ask user for 3 inputs in vector form and then use those values to enter into a series sum and then plot that. Any help is appreciated. thank you.
Enter values for Vs,W,N as a vector: [12,100*pi,101] Enter a value for time: 0:10e-3:30e-3 Undefined function 'symsum' for i...
8 years ago | 0 answers | 0
