photo

Manali Gupta


Aktiv seit 2019

Followers: 0   Following: 0

Statistik

All
  • Revival Level 2
  • Knowledgeable Level 1
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Given a Matrix A, create a row vector of 1s that has same number of elements as A has rows
R_vector = ones(1,size(A,1)); C_vector=ones(size(A,2),1); result = R_vector*A*C_vector;

etwa 3 Jahre vor | 9

| akzeptiert

Beantwortet
"Add-On Explorer not working" in Matlab 2018b / Win10 64-bit
Hi Sudesh, Please refer this link.

etwa 5 Jahre vor | 0

Beantwortet
how can i use filter for voice signal ??
Hi Hazuri, You can take help from these links audio filter and filter design

etwa 5 Jahre vor | 0

Beantwortet
Which Simulink block can receive different types of Signals as Input and give output accordingly?
Hi Sunil, You can use matlab function block to receive different types of SIgnals as Inputs and process them as you want. If y...

etwa 5 Jahre vor | 0

| akzeptiert

Beantwortet
Differentiate function by a function
Hi Moritz, Here theta(t) is not a symbolic variable but a symbolic function. You can differentiate a symbolic expression only w...

etwa 5 Jahre vor | 0

Beantwortet
Writing code to implement Runge-Kutta methods 1 and 4 for a second order nonlinear ODE
Hi, Attached file trk.m calculates the derivatives of the variables. The RK4 algorithm to solve the set of equations is implem...

etwa 5 Jahre vor | 0

Beantwortet
how to create a simscape model of a cantilever beam?
Hi Thanga, You can use the general flexible beam model from the simscape multibody library to model a beam.

etwa 5 Jahre vor | 1

Beantwortet
what is model assessment block in simulink onramp
Hii, It is a Subsystem Block. For knowing more properties right click on the block and select properties.

etwa 5 Jahre vor | 0

Beantwortet
how many install for one license
Hii, Refer the links below. https://www.mathworks.com/matlabcentral/answers/124595-can-single-individual-matlab-license-be-use...

etwa 5 Jahre vor | 0

Beantwortet
Is there a spell checker option for MATLAB?
The below link can be referred. Spell check in matlab

etwa 5 Jahre vor | 1