SOURAV KUMAR
Followers: 0 Following: 0
Statistiques
RANG
191 057
of 295 448
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
40.0%
VOTES REÇUS
0
RANG
of 20 227
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 872
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
How do I change the direction of a quiver vector at the same time change the sign of its magnitude ?
Hi @Kushal Joshi , You can use quiver(x0,y0,-v1,-v2) instead of quiver(x0,y0,v1,v2) to reverse a vector For Example, consider ...
plus de 3 ans il y a | 0
Question
solve() is unable to find a solution
Hello everyone, I was trying to solve a transcendental eqation in MATLAB I performed two programs one graphical approach and a...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
STATES parameter in adaptfilt.lms()
Hello everyone, I was trying to understand the various parameters used in adaptfilt.lms() function The general form is: H = ...
plus de 3 ans il y a | 1 réponse | 0
0
réponseQuestion
How to implement a user defined recursive function which will update an array in its every call
Hello everyone, I am trying to implement Shanon Fano Encoding algorithm, I have created a function shannon() as follows: ...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
How to simplify a symbolic matrix
Hello everyone, I was trying the following code: clc clear all close all syms a k1 k2; A=[exp(-i...
presque 4 ans il y a | 1 réponse | 0
1
réponseQuestion
How can I change the view of a surface plot from a specified point to a specific direction?
Hello everyone, I want to change the view of my surface plot {} from to a specific direction { & } i.e, At azimuth angle ...
environ 4 ans il y a | 1 réponse | 0