photo

Manan Jain


National Institute of Technology Delhi

Actif depuis 2023

Followers: 0   Following: 0

Programming Languages:
Python, C++, C, Javascript, MATLAB, HTML, CSS
Spoken Languages:
English, French, Hindi
Pronouns:
He/him

Statistiques

All
MATLAB Answers

0 Questions
14 Réponses

Cody

0 Problèmes
2 Solutions

RANG
2 235
of 300 343

RÉPUTATION
28

CONTRIBUTIONS
0 Questions
14 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
2

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
85 250
of 168 172

CONTRIBUTIONS
0 Problèmes
2 Solutions

SCORE
30

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 2
  • Solver
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
How to reference a model in matlab?
Hi! Model referencing allows you to modularize your Simulink models by creating reusable components that can be used within oth...

plus de 2 ans il y a | 1

| A accepté

Réponse apportée
How to get the callbacks of the Simulink model?
Hi! To get the callbacks of a particular model in Simulink using MATLAB programming, you can use the find_mdlrefs function. Thi...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
save a cell to multiple csv files in a for loop
Hi! It seems like you want to save the contents of two different cells (`sigma` and `epsilon`) into multiple CSV files, with ea...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
How to find if Simulink block name is visible
Hi! In Simulink, programmatically determining whether the name of a block is shown on the canvas can be a bit tricky, especiall...

plus de 2 ans il y a | 0

Réponse apportée
Output argument 'fy' is not assigned on some execution paths
Hi! The warning message "Output argument 'fy' is not assigned on some execution paths" means that there are scenarios in the fu...

plus de 2 ans il y a | 0

Réponse apportée
Why create a 1-by-3 structure array with one field by this way?
Hi! Let's discuss the differences between the approaches: S.a = []; This approach creates a single field a in the structure S ...

plus de 2 ans il y a | 0

Réponse apportée
Having trouble accesing data through an API
Hi! The error you are encountering is related to dot indexing not being supported for variables of type cell. The data you obta...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
is it possible to merge .csv sheet?
Hi! Yes it is possible to merge the CSV files into one. You can try the following steps: Create a cell array or a table to sto...

plus de 2 ans il y a | 0

Réponse apportée
Subdividing intervals from unequally spaced numbers
Hi! The error you're encountering occurs because the loop index i in the second loop exceeds the range of valid indices for the...

plus de 2 ans il y a | 0

A résolu


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

plus de 2 ans il y a

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

plus de 2 ans il y a

Réponse apportée
calculate area between curves
Hi! You can use trapz function inside MATLAB for this task. It will perform the integration taking the intersection points and ...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
Speed up the audio clip
Hi! There is audioread and audioplayer function in MATLAB which you can use to perform to change the sampling rate. Here is th...

plus de 2 ans il y a | 0

Réponse apportée
How to start using Mars program with Matlab
Hi! To use the Multivariate Adaptive Regression Spline (MARS) program in MATLAB, you need to add the AresLab folder to your MAT...

plus de 2 ans il y a | 0

Réponse apportée
Simulink merge bus failure
Hi You can use a bus creator block to merge the two bus signals into one as the bus creator block allows you to combine multipl...

plus de 2 ans il y a | 1

| A accepté

Réponse apportée
Matlab and Big Query dB limit
There is a limit on the response size of a BigQuery API request. For interactive queries, the response size limit is 10 MB compr...

plus de 2 ans il y a | 0