Statistics
All
RANK
243,747
of 301,589
REPUTATION
0
CONTRIBUTIONS
2 Questions
0 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 21,343
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Warning: Solution is not unique because the system is rank-deficient. The following error occurred converting from sym to double: Unable
clear all; close all; clc; SF = 6; %number of desired sig figs z = [0.5 0 0 50]; %initial value x0 i = 1; % declare (i) val...
5 years ago | 1 answer | 0
1
answerSolved
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
5 years ago
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
5 years ago
Question
its been displaying " Index exceeds the number of array elements (1). Error in sym/subsref (line 890) R_tilde = builtin('subsref',L_tilde,Idx);" can someone help me with this
i=1; p0=[0.5 0 0 50]; N=10; error=0.00001; syms 'x' %To simplify the equation,we need to make the coefficients z1=0.949;...
5 years ago | 1 answer | 0

