photo

mustapha maindor


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

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

  • Thankful Level 1

View badges

Feeds

View by

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

answers

Question


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

answer

Question


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

0

answers