photo

Lily


Last seen: más de 3 años hace Con actividad desde 2015

Followers: 0   Following: 0

Estadística

MATLAB Answers

9 Preguntas
0 Respuestas

CLASIFICACIÓN
108.219
of 300.338

REPUTACIÓN
0

CONTRIBUCIONES
9 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
77.78%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.922

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.149

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

  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


for loops, how to see the effect of a parameter
Simplified version of moy code is somethig like this: theta=2; beta=8; W=30; bound=W./(theta+beta) step=bound/1...

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to highlight some lines in the mfile?
Is there any way to highlight lines or make some lines in different colors ?

más de 10 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I replace non positive elements of matrix with a certain number
For example A=[7 4 2 1 -0.2 -3] I want to get [7 4 2 0 0 ]

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Make title of figure to be displayed in a line
I have this for the title: T=290; PL=101.235e3; n1=5e3; figure; title({'B vs. r @ T [C] =',num2str(T-273.15),'a...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can i create a table
For example: a=2; b=6; c=;8 I would like to create a table like Times Frequency Value -------------------...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How can I find maximum before a certain element in my matrix
For example B=[5 8 5 2 6 9 10] min(B)=2 I am looking for maximum point before min(B), which is 8 (not maximum of B element...

más de 10 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Create a row matrix with different step size
I am looking for something like [1 2 3 4 100 150 200] 1:1:4 (step size 1) and the rest 100:50:200 (step size 50)

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


log plot with positive and negative data with negative power
Consider the followings: x=[1 2 3 4] y1=[1000, 50, -10, -1000] y2=[1e-1, 5e-3, -1e-3, -1e-1] Goal is to plot y vs....

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


fzero for f(x,y) where y is a m*m matrix
I know how to do it when yis a 1*m matrix, for example: f1 = @(y,x) y-x.^2; y=1:1:4; arrayfun(@(i) fzero(@(x) f1(y(...

más de 10 años hace | 1 respuesta | 0

1

respuesta