photo

Luis Garcia


Last seen: más de 4 años hace Con actividad desde 2016

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

9 Preguntas
0 Respuestas

Cody

0 Problemas
8 Soluciones

CLASIFICACIÓN
114.896
of 297.527

REPUTACIÓN
0

CONTRIBUCIONES
9 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
55.56%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.454

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
53.488
of 159.075

CONTRIBUCIONES
0 Problemas
8 Soluciones

PUNTUACIÓN
60

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 3
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


How can I load a mat file faster
I have a very large mat file that is about 8 GB,it contains a couple of structure with data. And to load it it takes about 10 mi...

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to create an structure fields from an cell array?
I have the following code: data1 = xlsread('data1.xlsx'); namesoftags = {'timeaxis','cputime','flux','volts'}; for i =1:4 ...

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to plot 4 rectangles, having their center, and knowing their half width and heigh?
I'm trying to plot 4 rectangles, I have their center points in a 4X2 Matrix,(A) and I have in a 1X2(B) Matrix the half of width ...

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

1

respuesta

Pregunta


How to add an existing tool to my GUI?
I'm trying to add an existing tool, (the imcontrast tool) to show in my GUI. But currently it shows in a different figure(or win...

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

1

respuesta

Pregunta


How to shift and re plot 4 rectangles ?
I have a rectangle xrect = [x1 x2 x3 x4 x1]; yrect = [y1 y2 y3 y4 y1]; I have plotted the rectangle, but I need to shif...

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

1

respuesta

Pregunta


Jacobi method: Error with index in the while loop.
N = 6; I = eye(N); A = toeplitz([2 -1 zeros(1, N-2)]); b = [0 2 3 -1 2 1]'; x = [0 0 0 0 0 0]'; %initial guess ...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


trying to iterate through a vector changing the value of 1/5 in each iteration ?
Im trying to do calculations with x with different b, so for example the first calculation is with b = 1/5 0 0 0 0 0 0 0 .... ...

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


why is my error plot not showing?
x = linspace(-10,10,100); h = logspace(-1,-16,100); error = (300); figure(1); hold on; for i = 1:100 err...

alrededor de 7 años hace | 3 respuestas | 0

3

respuestas

Pregunta


why is my plot not showing?
Im trying to plot iteration on the x-axis vs error_delta on the y-axis, but nothing shows, they are inside the while loop. ...

alrededor de 7 años hace | 2 respuestas | 0

2

respuestas

Resuelto


Construct an array
* Construct an row array named observedValues with elements sensorReading1, sensorReading2, and sensorReading3.

casi 9 años hace

Resuelto


Lightning strike distance: Writing a function
Write a function named LightningDistance that outputs "distance" given input "seconds". Seconds is the time from seeing lightnin...

casi 9 años hace

Resuelto


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

casi 9 años hace

Resuelto


Is my wife right?
Regardless of input, output the string 'yes'.

casi 9 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

casi 9 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

casi 9 años hace

Resuelto


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

casi 9 años hace

Resuelto


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

alrededor de 9 años hace