![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/29162982_1676299546252_DEF.jpg)
Nandini
Followers: 0 Following: 0
Estadística
0 Preguntas
15 Respuestas
0 Problemas
1 Solución
CLASIFICACIÓN
1.643
of 297.016
REPUTACIÓN
40
CONTRIBUCIONES
0 Preguntas
15 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
108.510
of 157.725
CONTRIBUCIONES
0 Problemas
1 Solución
PUNTUACIÓN
20
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
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...
más de 1 año hace | 0
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 ...
más de 1 año hace | 0
| aceptada
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 ...
más de 1 año hace | 0
| aceptada
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...
más de 1 año hace | 0
| aceptada
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 ...
más de 1 año hace | 0
| aceptada
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...
más de 1 año hace | 0
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...
más de 1 año hace | 1
| aceptada
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...
más de 1 año hace | 0
| aceptada
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 ...
más de 1 año hace | 1
| aceptada
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...
más de 1 año hace | 0
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...
más de 1 año hace | 0
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...
más de 1 año hace | 0
| aceptada
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...
más de 1 año hace | 0
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...
más de 1 año hace | 0
Resuelto
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...
más de 1 año hace
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...
más de 1 año hace | 0
| aceptada