統計
MATLAB Answers
12 質問
0 回答
ランク
of 171,294
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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
