Feeds
提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
Gauss-Chebyshev quadrature
Do we have Gauss-Chebyshev quadrature function in MATLAB as we have for Hermite and Legendre polynomials?
8 years 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
How to plot spice file (with extension .ac0) into MATLAB?
How to plot spice file (with extension .ac0) in MATLAB?
8 years 前 | 0 个回答 | 0
0
个回答提问
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 前 | 0 个回答 | 0
0
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
How to write code for circuit solver/simulator
<</matlabcentral/answers/uploaded_files/94184/Circuit%20simulator.jpg>>
8 years 前 | 0 个回答 | 0
