photo

Aditya Zade


Last seen: 2 mois il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

MATLAB Answers

13 Questions
0 Réponses

RANG
128 648
of 298 634

RÉPUTATION
0

CONTRIBUTIONS
13 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
84.62%

VOTES REÇUS
0

RANG
 of 20 631

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 161 826

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

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


How do I solve this integral in matlab?

2 mois il y a | 1 réponse | 0

1

réponse

Question


How do I copy figure properties from one to another?
I would like to copy the properties from Fig 1 to Fig 2. How can that be done?

10 mois il y a | 1 réponse | 0

1

réponse

Question


How to substitute a variable into a syms function?
I would like to substitute terms "Lp * Cps * ws^2" as "Kp" in the following B0. How could that be done? syms Vpo Von Dp Dn ws...

12 mois il y a | 1 réponse | 0

1

réponse

Question


How to simplify the symbolic expression?
Hello, Can this expression be further simplified? I have tried simplify and collect functions. syms s Vpo Von Dp Dn ws Lp ...

environ un an il y a | 1 réponse | 0

1

réponse

Question


How to solve equations with the warning "Unable to find explicit solution".
I need to find an expression for tzvs_p. clc clear syms Vp Ip2 ws wp Ie theta_e Rp Vg real Bp = atan2( ( -Ip2 - ( ( ws...

plus d'un an il y a | 1 réponse | 0

0

réponse

Question


How to set boundary for solutions in vpasolve?
Hello. i would like to get soutions for phi_e between 1.3 radians and 1.57 radians, and for phi_g between 0 radians and 1.57 rad...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


Warning: Solutions are parameterized by the symbols: [z, z1], z1.
Could I please get help in solving the equtions given below? clc clear V1 = 480 ; V2 = 587 * ( 1 / 1.36 ) ; V3 = 400 * ...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


How to stack-up multiple cases in z axis?
I would like to change multiplier term from 1 to 50 with a step of 1 and plot all the shaded area by stacking all the cases up i...

plus d'un an il y a | 1 réponse | 0

1

réponse

Question


How to fill color between two curves?
clc clear x(1) = 0 ; y(1) = 0 ; for i = 1 : 1 : 99 x(i+1) = i^2 ; y(i+1) = 50 * i ; end figure...

plus d'un an il y a | 2 réponses | 0

2

réponses

Question


How to plot a surface curve with inequalities?
M = 0.85 : 1/200 : 1 ; Psi = 0 : 1/200 : 30 ; dp = 0.6 : 1/200 : 1 ; [ X, Y, Z ] = meshgrid( dp, Psi, M ) ; ineq = ( X >...

presque 2 ans il y a | 2 réponses | 0

2

réponses

Question


How to solve two equations two unknowns for the equations with syms?
I am trying to calculate solutions for the two equation two unknown type scenario. But, the solver is not able to give any expli...

presque 2 ans il y a | 1 réponse | 0

1

réponse

Question


How to get a minimal realization of the syms based expressions?
I have a transfer function as a function of s, which is defined as syms real. The problem is the expression I am getting from th...

plus de 2 ans il y a | 2 réponses | 0

2

réponses

Question


How to get real and imaginary terms from an expression?
I am trying to get real and imaginary terms from the following expression TF. But real(), imag() is not able to give me any solu...

plus de 2 ans il y a | 1 réponse | 0

1

réponse