ASHA RANI
Followers: 0 Following: 0
Statistiques
11 Questions
0 Réponses
RANG
98 792
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
11 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
63.64%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to increase speed of this code
clc,clear,close all format short syms AX0 e=0.2; OM=[1:100:20000]; ET=sqrt(-1); A11 = 17.8*10^10; ...
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
Error using horzcat Dimensions of matrices being concatenated are not consistent.
I want to find value of r for corresponding value of OG. but I am not able to get output. I recieved" Error using horzcat Dimens...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Eigen value and eigen vector of a 2*2 block matrix
syms a51 a53 a54 a56 a62 a65 a67 a68 a71 a73 a74 a76 a81 a83 a84 a86 A= zeros(4); B=eye(4); C=[a51 0 a53 a54; 0 a62 0 0;a71 ...
plus de 3 ans il y a | 1 réponse | 0
0
réponseQuestion
Eigen value and eigen vector of symbolic block matrix
clc syms a51 a53 a54 a56 a62 a65 a67 a68 a71 a73 a74 a76 a81 a83 a84 a86 e A= zeros(4); B=eyes(4); C=[a51 0 a53 a54; 0 a62...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
Matrix construction over a loop
x=[1:1:10]; a=2; b=4; c=6; for i=1:length(x) A=a*b/x(i); B=c+A(i)/b; D=a+b; E=1-2*c; MAT=[B(i);D;E]; M=sqrt([MAT]) en...
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
simplification and preallocation of a symbolic value in matlab script
clc syms AX0 OG=5; for z=1:4; AL(z)=(AP19.*BLOKS(z)-AP20).*(AP16.*BLOKS(z)-AP17)+(AP21.*BLOKS(z)-AP22).*(BLOKS(z)-AP5*AP...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to display a particular row of a matrix using loop
x = [0:10:90]*pi/180; x assumes 10 values. After some codes, not giving here I have a matrix AR of size 8 x 10 complex double....
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Matrix with elements as polynomial
syms x X = [x^2-5*x+6, x^2-6*x+8, x.^2-10*x+25, x.^2-14*x+24] X is a 1* 4 sym type. I want to find roots of each eleme...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How to create a loop on a matrix whose elements are also a row/column matrix.
x= [ 0:pi/18:pi/2]; A=11; B=12; C=9; D=8; K1=12; K2=18; syms V E = A.*sin(x)+B.*cos(x); F = C.*sin(x)+D.*cos(x); Z = [...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
how to use two for loop in one matlab program
for z=1:3 v(z) = zeros(1,length(x)); for ii = 1:numel(x) V = roots([S0(ii),-S1(ii),S2(ii),-S3(ii)]); ...
presque 6 ans il y a | 1 réponse | 0
1
réponseQuestion
I want to calculate roots of a polynomial whose coefficients are functions of x where x assume values between an interval
Let x =[0:1:10]; polynomial = [ 1 sin(x) x.^3 x]; let v1,v2 and v3 be the three roots of given polynomial in v whose coeffici...
environ 7 ans il y a | 1 réponse | 0