photo

AD


Active since 2017

Followers: 0   Following: 0

Statistics

MATLAB Answers

12 Questions
0 Answers

RANK
153,701
of 300,813

REPUTATION
0

CONTRIBUTIONS
12 Questions
0 Answers

ANSWER ACCEPTANCE
8.33%

VOTES RECEIVED
0

RANK
 of 21,086

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 171,169

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


Non uniform circle marks on line plot
I have a line plot. I need to mark circles on it non-uniformly such that frequency of circles are more in the starting few point...

7 years ago | 1 answer | 0

1

answer

Question


How to interpolate matrix and get a compressed version of it?
How to interpolate V=110*1001 matrix and convert it to V1=110*100 matrix in MATLAB ?

8 years ago | 1 answer | 0

1

answer

Question


How to store values of array in every iteration? For every value of i, there would be new matrix of MatNew, submatix and alpha. I want to save the value of every alpha(i) matrix (for each iteration) with a new name.
for i = 1:22 submatrix = cheby_dim_red_V1(i:22:110,1:100); m = 5; % chebyshev Polynomial of order m+1(degree) n = 1; ...

8 years ago | 0 answers | 0

0

answers

Question


Gauss-Chebyshev quadrature
Do we have Gauss-Chebyshev quadrature function in MATLAB as we have for Hermite and Legendre polynomials?

8 years ago | 0 answers | 0

0

answers

Question


Error using spline : data site should be distinct
t= 0:5e-12:10e-9; LR_V=zeros(NO,num_nodes_LR,length(t)); for j=1:num_nodes_LR W = vals(j,1); ...

8 years ago | 1 answer | 0

1

answer

Question


what does this error mean and how to fix it - Attempt to grow array along ambiguous dimension.
output_cheby = -1+2*rand(40000,5); MatNEW = zeros(40,000,p+1); disp(MatNEW); tic; A = sym('Z%d', [1 n]); F...

8 years ago | 0 answers | 0

0

answers

Question


How to plot spice file (with extension .ac0) into MATLAB?
How to plot spice file (with extension .ac0) in MATLAB?

8 years ago | 0 answers | 0

0

answers

Question


I have written a code but I am stuck at a point after finding the tensor product. I need to find basis of chebyshev polynomial after tensor product . using: shapefcn = polyBasis('chebyshev',degree) would provide the correct basis functions ?
m = 3; % chebyshev Polynomial of order m+1 n = 6; % Number of Random Variables total_exp0 = (m+1)^n; p = factorial(n+m)/(...

8 years ago | 0 answers | 0

0

answers

Question


How to correct Error 'Undefined variable x' in generating normalized value of chebyshev polynomial. Need to generate normalized chebyshev polynomial
This code generates coefficients and then roots of chebyshev polynomial: function T = ChebT(n,x) % Coefficients T of...

8 years ago | 1 answer | 0

1

answer

Question


I need to stamp R,L,G,C matrix for MNA equations, I have written a code but it returns only zero matrix and not the stamps. How to correct it?
function [ G, L, C, B, X, Ldata, Bdata, Cdata ] = Solvergenerate() % This function is used to generate the MNA Matrices R, L,...

8 years ago | 1 answer | 0

1

answer

Question


how to fix this error -> Undefined function 'eq' for input arguments of type 'cell'.
%%%% Calculate the number of times each element from netlist appears. %%%% num_tot =(size(element)); num_tot = num_tot(1...

8 years ago | 1 answer | 0

1

answer

Question


How to write code for circuit solver/simulator
<</matlabcentral/answers/uploaded_files/94184/Circuit%20simulator.jpg>>

8 years ago | 0 answers | 0

0

answers