photo

Nandini


Last seen: plus de 2 ans il y a Actif depuis 2023

Followers: 0   Following: 0

Statistiques

All
MATLAB Answers

0 Questions
15 Réponses

Cody

0 Problèmes
1 Solution

RANG
1 685
of 300 853

RÉPUTATION
40

CONTRIBUTIONS
0 Questions
15 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
2

RANG
 of 21 094

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
128 778
of 171 294

CONTRIBUTIONS
0 Problèmes
1 Solution

SCORE
20

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 use quaternions to determine orientation given a specified torque
Your question makes sense. Calculating the orientation acceleration of a solid perfect sphere using quaternions is indeed a suit...

plus de 2 ans il y a | 0

Réponse apportée
How to use 'for loop' to check user input?
To check the user input against pre-existing variables and output the corresponding columns based on the condition, you can use ...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
New data from one hot encoded NN
It seems like you're facing an issue with the dimensionality mismatch when applying one-hot encoding to new data that has fewer ...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
Generate 3D Surface Mesh Using Elemental Connectivity Data
To generate and visualize a mesh in MATLAB using the vertex coordinates provided in your FEM file, you can use the `patch` fun...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
How can I plot the current input to a system in Simulink?
To display the current value from a Simulink model in a contour plot, you can use the MATLAB Function block in Simulink. Here's ...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
Can Simbiology simulate one-to-many scenarios?
Hello @Lo, Yes, SimBiology in MATLAB can simulate one-to-many scenarios, including the reaction you described where two AuNPs c...

plus de 2 ans il y a | 0

Réponse apportée
symbolic function as input to a matlab function
The syntax you provided for passing a symbolic function as an argument to a MATLAB function is almost correct. However, there ar...

plus de 2 ans il y a | 1

| A accepté

Réponse apportée
Synchronizing data from IMU and DVL
To synchronize the IMU and DVL data, you can follow these steps: 1. Determine a common time reference: Since you have timesta...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
Best way to save bus definition for Simulink Library
To provide the bus to models that use the library blocks without relying on the base workspace, you can consider using Simulink ...

plus de 2 ans il y a | 1

| A accepté

Réponse apportée
Create system of equations from Matrix
Yes, it is possible to create a system of nonlinear equations based on the given matrix in MATLAB. You can use the symbolic math...

plus de 2 ans il y a | 0

Réponse apportée
How to automatically determine grid size for a dataset?
Yes, you can automatically adjust the mesh for contour plots based on the maximum and minimum values in each dataset. MATLAB pro...

plus de 2 ans il y a | 0

Réponse apportée
Can I use the Matlab engine in a non-mex library?
Integrating the MATLAB Engine functionality within a C++ library (CPP_LIB) can be challenging due to the differences in compilat...

plus de 2 ans il y a | 0

| A accepté

Réponse apportée
Retaining Bit depth when creating a video from Grayscale Images
I see that you're using MATLAB to create a video from a stack of 16-bit grayscale images. As you mentioned, the VideoWriter in M...

plus de 2 ans il y a | 0

Réponse apportée
How To Export Test Data From classificationLearner
Yes, you can export the test data from the ClassificationLearner app to the MATLAB workspace. Here's how you can do it: After t...

plus de 2 ans il y a | 0

A résolu


Return the 3n+1 sequence for n
A Collatz sequence is the sequence where, for a given number n, the next number in the sequence is either n/2 if the number is e...

plus de 2 ans il y a

Réponse apportée
Simulink code generation from command line
This can be achieved using the rtwbuild function or the slbuild function, depending on your MATLAB version. In both examples, r...

plus de 2 ans il y a | 0

| A accepté