photo

Ian Wood


UOIT

Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

11 Preguntas
12 Respuestas

Cody

0 Problemas
14 Soluciones

CLASIFICACIÓN
10.026
of 300.840

REPUTACIÓN
3

CONTRIBUCIONES
11 Preguntas
12 Respuestas

ACEPTACIÓN DE RESPUESTAS
81.82%

VOTOS RECIBIDOS
2

CLASIFICACIÓN
 of 21.092

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
32.455
of 171.238

CONTRIBUCIONES
0 Problemas
14 Soluciones

PUNTUACIÓN
150

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • 3 Month Streak
  • Thankful Level 3
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


Find all largest empty circles in a list of points
Hi everyone, I want to find all of the largest empty circles, which pass through any 3 points in a large list of points (~50)...

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

3

respuestas

Pregunta


Constructing a Doubly-Linked Edge List
Hi everyone, I am working on constructing a linked list, that connects edges in two directions and traverses through all poin...

más de 12 años hace | 0 respuestas | 1

0

respuestas

Respondida
Sorting a vector with another vector of multiple maximums
With the help of kjetil87, I was able to write the appropriate code for this situation. It is shown here: [~,idx] = sort(P(:...

más de 12 años hace | 0

Pregunta


Sorting a vector with another vector of multiple maximums
Hi, I have a function that I want to compute a queue "Qevents", which gets information from a set of points "P" (columns x an...

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

2

respuestas

Respondida
How to make the sovler faster?
Generally if your variables are dependent on multiple other variables, it takes a longer time to reach the solution, as MATLAB m...

más de 12 años hace | 0

Pregunta


Traversing Through a Vector of Different-sized Cells
Hi, Let me first explain the code I want to execute. I have a matrix "V" of size (m x 2), where the first column is x values ...

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

1

respuesta

Respondida
Solve a system of symbolic variables
OK, so working through this I came up with another code, and I provided some comments to explain what I did. The code changed qu...

alrededor de 13 años hace | 0

Pregunta


Solve a system of symbolic variables
Hi, I have been trying hard at this for a while now. Does anybody know if there is some way to solve symbolic variables in a ...

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

3

respuestas

Respondida
Importing .xyz Data Files
I'm getting the data to output in the proper data type now, with the proper number of rows, but for some reason the command read...

alrededor de 14 años hace | 0

Pregunta


Importing .xyz Data Files
Hi, I am having trouble with importing an .xyz data file I got from a 3D laser scanner. MATLAB didn't support the ".xyz" file e...

alrededor de 14 años hace | 4 respuestas | 0

4

respuestas

Pregunta


Optimization of a Fitted Circle
Hi, I'll try to explain this the best I can.. to start off, I am inexperienced with optimization techniques. I was asked to m...

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

1

respuesta

Respondida
Least Squares Fitting Method with a Circle
Is there a problem with my code? Like maybe I shouldn't use a polar plot in this case, or something that could be done better.

más de 14 años hace | 0

Respondida
Challenge - Change my avatar colors
load spy colormap(hot)

más de 14 años hace | 1

Respondida
how to read data into matlab
Provided your file is in the MATLAB path, you can use importdata data = importdata('file_name.txt') Once you read in all...

más de 14 años hace | 0

Pregunta


Least Squares Fitting Method with a Circle
Hi everyone, Forgive me, I am no expert at MATLAB. I would appreciate it greatly if someone could explain to me the method of...

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

3

respuestas

Respondida
How can I plot a string function
You can choose whatever values of x you want. Since you are dealing with a trigonometric function in your case, you may want to ...

más de 14 años hace | 0

Respondida
Out of Memory Error: How can one get around this?
This is what I came up with using mldivide, after doing some research into the nonlinear least squares method: % Extrapolate ...

más de 14 años hace | 0

Respondida
Out of Memory Error: How can one get around this?
Here is the code I came up with. The underlying problem is that this plot needs to be smoothed using a numerical method, such as...

más de 14 años hace | 0

Respondida
Out of Memory Error: How can one get around this?
Yeah it's the huge matrix.. with that much memory it's no wonder that it runs out of capacity. What I am trying to do is find...

más de 14 años hace | 0

Pregunta


Out of Memory Error: How can one get around this?
Hi, So I ran my code and in one of the lines it said I had no memory left. The actions on the line consisted of multiplying t...

más de 14 años hace | 5 respuestas | 0

5

respuestas

Respondida
How do I create a Filter that takes out irrelevant data?
Ok so if I'm reading this correctly the pre-defined function interp2 requires a monotonic matrix, and unfortunately that's not w...

más de 14 años hace | 0

Pregunta


How do I create a Filter that takes out irrelevant data?
Hey everyone, So I have a large amount of data stored in a matrix that displays the surface of an object when plotted. The on...

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

3

respuestas

Pregunta


Syntax 3-D Scatter Plot Color as a Function of Altitude
Hi all, I have been working on a program that plots a 3-D image using coordinates specified in a text file. I need to know ho...

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

1

respuesta