photo

Namita Vishnubhotla

MathWorks

Last seen: más de 1 año hace Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

0 Preguntas
7 Respuestas

CLASIFICACIÓN
1.488
of 300.364

REPUTACIÓN
48

CONTRIBUCIONES
0 Preguntas
7 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
13

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.407

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Scale changes on plots when saving the figure
The following code resolves the figure resizing issue: >> set(fig, 'PaperPositionMode', 'auto'); where 'fig' is your f...

más de 11 años hace | 4

| aceptada

Respondida
Disable Command Line During Point Selection
Use the "uiwait" command instead of pause. You can find the documentation for uiwait <http://www.mathworks.com/help/matlab/ref/u...

más de 11 años hace | 1

Respondida
How to migrate all settings, preferences, histories, layouts, ... _everything_ user related from 2013a to 2014a?
MATLAB preferences will get automatically migrated to new installations, but user-defined preferences will not. To manually m...

más de 11 años hace | 3

| aceptada

Respondida
How can I set different intervals of y axes limits for the same curve?
You can use the “BreakPlot” function to plot data that span two distinct ranges of your dependent variable. The function allows ...

más de 11 años hace | 0

| aceptada

Respondida
Sum(X) = 1 but Sum(X)==1 produces logical 0
This does not seem like a limitation/bug in MATLAB. Use the long fixed decimal format before displaying your values: >> forma...

más de 11 años hace | 0

| aceptada

Respondida
Separating a 3 variable dataset with repeating values into a multivariable dataset quickly.
The following script should help you with your data if you have it in 3 columns like in your sample data set. I believe the v...

más de 11 años hace | 0

Respondida
How do I position the legend window in a Bode plot with phase hidden?
The "legend" command places the legend in the CurrentAxis unless an axis handle is explicitly specified as one of the inputs to ...

más de 11 años hace | 5

| aceptada