photo

AD


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

12 질문
0 답변

순위
153,701
of 300,863

평판
0

참여
12 질문
0 답변

답변 채택
8.33%

획득한 표
0

순위
 of 21,100

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,361

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 1

배지 보기

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년 초과 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 8년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 8년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 1 | 0

1

답변

질문


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

대략 8년 전 | 답변 수: 0 | 0

0

답변