photo

Soumya Sinha

MathWorks

Last seen: environ 5 ans il y a Actif depuis 2019

Followers: 0   Following: 0

Disclaimer: Any Advice or opinion posted here are my own, and in no way reflect that of MathWorks.

Statistiques

All
MATLAB Answers

0 Questions
7 Réponses

Cody

0 Problèmes
33 Solutions

RANG
20 787
of 301 513

RÉPUTATION
2

CONTRIBUTIONS
0 Questions
7 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
1

RANG
 of 21 310

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
16 751
of 175 013

CONTRIBUTIONS
0 Problèmes
33 Solutions

SCORE
340

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Revival Level 1
  • First Answer
  • Solver

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to attach bldc motor with gear box?
Hi Ankit, As a possible solution to get rid of the errors in the model you can consider the following steps- Connect the neu...

plus de 5 ans il y a | 0

Réponse apportée
asynchronous macjine coneection block error
Hi Ahmad, In Simulink, the asynchronous machine block is implemented as a current source. Thus, in order to connect it with an...

plus de 5 ans il y a | 0

Réponse apportée
Accessing the index of a matrix element inside the cell array
Hello Surendra, Here in this case you have created a 1*2 Cell array in which first element is an array of numbers and the secon...

presque 7 ans il y a | 0

Réponse apportée
from .txt file to .mat file
Hi Roberta, You can know more about importing a text file to matlab script by following the link Importing .txt files It would...

presque 7 ans il y a | 0

Réponse apportée
Text files for export the data
Hello Rajesh, For storing data in the text files you can refer to the following link. Storing data in file

presque 7 ans il y a | 0

Réponse apportée
could anyone help me to solve the issue with respect to the code
I assume that for this case, since you only want idx value to change and not the values of A or B A = 1:7; B=length(A); for i...

presque 7 ans il y a | 0

Réponse apportée
Building the Fibonacci using recursive
The code for generating the fabonacci series numbers is given as - function [n] = abcd(x) if (x == 1 || x==0) n = x; ...

presque 7 ans il y a | 1