photo

Chris Hooper


Last seen: 5 meses hace Con actividad desde 2016

Followers: 0   Following: 0

Estadística

All
MATLAB Answers

5 Preguntas
2 Respuestas

File Exchange

2 Archivos

Cody

0 Problemas
5 Soluciones

CLASIFICACIÓN
213.415
of 300.392

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
80.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
12.523 of 20.934

REPUTACIÓN
30

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
2 Archivos

DESCARGAS
2

ALL TIME DESCARGAS
305

CLASIFICACIÓN
56.980
of 168.373

CONTRIBUCIONES
0 Problemas
5 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 2
  • First Review
  • First Submission
  • Revival Level 1
  • First Answer
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


how to deal with discontinuities in solutions to differential equations using ode45
Motivation: I am trying to learn how to use ode45 for fun after studying some math (because it seems engineering eventually make...

7 meses hace | 2 respuestas | 0

2

respuestas

Resuelto


Given the mass and stiffness of an undamped SDOF system, find the natural frequency and the natural period of vibration
Problem Statement Given the mass and stiffness of an undamped SDOF system, find the system's natural frequency in both Hz and...

alrededor de 1 año hace

Pregunta


How do I reduce categorical array containing alternate spellings and formats?
I bet this problem comes up all the time: I have a categorical array of length ~ 10,000 and typical string length ~ 10 to 20. ...

alrededor de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


Is it possible to zip files one directory up with "zip"
This creates file1.zip containing file2 and file3: zip('file1',{'file2','file3'}) However, this creates file1.zip containing n...

más de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


datenum(year,month,day,hr) that returns integer
I need a datenum(year,month,day,hr) that returns an integer, where year, month, day, and hr are vectors of integers. motivation...

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

1

respuesta

Enviada


Matlab and Excel: read and write
read and write data between matlab and excel

más de 4 años hace | 1 descarga |

0.0 / 5

Respondida
Excel custom properties Add function - Invoke Error: Incorrect number of arguments
I am very interested in this as well. I am trying to use optional arguments for the Range.Find() method in order to specify tha...

más de 6 años hace | 0

Pregunta


interesting matrix indexing question without for loops
size(matrixA)=[b,n,m] size(matrixB)=[n,m] how can I create matrixC(i,j)=matrixA(matrixB(i,j),i,j) without using...

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

2

respuestas

Resuelto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

más de 8 años hace

Resuelto


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

más de 8 años hace

Resuelto


Add two numbers
Given a and b, return the sum a+b in c.

más de 8 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...

más de 8 años hace

Enviada


mdof
time domain system multiple dof spring mass damper force

más de 9 años hace | 1 descarga |

0.0 / 5

Respondida
64 Bit version of Matlab 2015a a lot slower than 32bit version
Did you try running the benchmarks multiple alternating times to avoid the order effect? running a matlab code is often slowest ...

más de 9 años hace | 0