photo

Kobye


McGill University

Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Professional Interests: Mechanical Engineering

Estadística

MATLAB Answers

13 Preguntas
4 Respuestas

CLASIFICACIÓN
5.439
of 300.763

REPUTACIÓN
9

CONTRIBUCIONES
13 Preguntas
4 Respuestas

ACEPTACIÓN DE RESPUESTAS
46.15%

VOTOS RECIBIDOS
8

CLASIFICACIÓN
 of 21.082

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 170.923

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

  • First Review
  • Thankful Level 3
  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


Most efficient way to add multiple sparse matrices in a loop in MATLAB
I have a code that repeatedly calculates a sparse matrix in a loop (it performs this calculation 13472 times to be precise). Eac...

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

2

respuestas

Respondida
How can i calculate the cross product of two cell vectors?
Your question isn't written very clearly at all. Please take some time to clearly describe your problem and help the community a...

más de 11 años hace | 1

Pregunta


MATLAB cropping colorbar text - how to fix?
The problem looks as in the attached image. The exponent in the colorbar scale indicator (i.e. 10^9 symbol next to the colorbar)...

casi 12 años hace | 2 respuestas | 1

2

respuestas

Pregunta


Numerical integration error for a function in x,y that can be analytically integrated!
I am getting the error: "Error in integral2 (line 107)" when trying to numerically evaluate the below surface integral. fun...

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

1

respuesta

Pregunta


Numerical integration over a circular domain
I have an analytic function defined over x=[0,100] and y=[0,100]. I do not know the precise workings of the function, just that ...

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

1

respuesta

Pregunta


Matlab function slow first time, much faster subsequently. Why?
I have a large MATLAB function file. It first creates a zero matrix, then updates about 70% of the cells by evaluating a number ...

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

1

respuesta

Respondida
Using fprintf to specify a filename for write to text file in loop
I've figured it out... had to use sprintf instead of fprintf.

alrededor de 12 años hace | 0

Pregunta


Using fprintf to specify a filename for write to text file in loop
I am creating a number of text files (or really m files) in a loop. The filenames should be sequential, having the suffix 1,2,3...

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

2

respuestas

Pregunta


Parallel computation leaking memory and slowing a loop
I am doing a parallel computation, specifically a row by row integration of a symbolic matrix (sic I am integrating 4 rows at a ...

alrededor de 12 años hace | 5 respuestas | 3

5

respuestas

Pregunta


OOP in Matlab - What to do when the output is a different class following method?
I am new to Object Oriented Programming. After _a lot_ of stressing, I have finally managed to define my own class of objects in...

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

1

respuesta

Respondida
Redefining the _mult command in muPad (MATLAB symbolic engine)
I've done the hard bit and have managed to define a method that does what I want. I will provide it here for reference. I would ...

más de 12 años hace | 0

Pregunta


Redefining the _mult command in muPad (MATLAB symbolic engine)
I have created a user-defined domain in muPad called Bx. Each object in this domain is defined by two variables: n and k. B...

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

1

respuesta

Pregunta


Getting MATLAB/muPad to recognize and treat variables in a custom manner
I have a symbolic vector that looks as follows: n=4; syms x y z B = sym(zeros(n, 1)); for k=0:n B(k+1) ...

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

0

respuestas

Respondida
Symbolic substitution: Subs command is substituting zeros with 'new' despite 'old' not being defined as zero - why?
I have found the answer. I am using Matlab R2012b. There is a bug in the code that switches the arguments old and new if subs...

más de 12 años hace | 0

| aceptada

Pregunta


Symbolic substitution: Subs command is substituting zeros with 'new' despite 'old' not being defined as zero - why?
I've got a simple piece of symbolic code below. It all seems to work well, except one strange thing happens. Vx1_before contains...

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

1

respuesta

Pregunta


How can I speed up this code?
I really need to speed up the code below. It is part of a stress analysis module. The idea is that the more basis polynomial te...

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

0

respuestas

Pregunta


Find definite integrals for the expressions listed as the elements of a matrix
I have a matrix populated with symbolic expressions in 2 variables. I would like to carry out a *definite* surface integral of e...

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

1

respuesta