photo

Kim Nguyen


Honda Aircraft Company Inc

Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

7 Preguntas
0 Respuestas

Cody

0 Problemas
8 Soluciones

CLASIFICACIÓN
214.565
of 300.369

REPUTACIÓN
0

CONTRIBUCIONES
7 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
71.43%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.936

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
43.568
of 168.436

CONTRIBUCIONES
0 Problemas
8 Soluciones

PUNTUACIÓN
90

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Thankful Level 3
  • Solver

Ver insignias

Feeds

Ver por

Pregunta


How do I label Lines
d=[.001:.001:.009,.01:.01:.09,.1:.1:.9,1:9,10:10:90,100:100:900,1000:1000:10000]; nd=numel(d); % number of lines created f...

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

1

respuesta

Pregunta


how do i make trapezoid contour from raw data of three sets?
I have 4 points of a trapizoid and dZ for my third axes. the data is in three set <<http://i.imgur.com/GoAgbKw.png>> i wou...

casi 13 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Add to listbox in GUI from .mat file
My GUI currently has 3 push buttons and a list box. two buttons calls for the user to choose their desired data file. these data...

casi 13 años hace | 1 respuesta | 0

1

respuesta

Resuelto


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

casi 13 años hace

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...

casi 13 años hace

Resuelto


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

casi 13 años hace

Resuelto


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

casi 13 años hace

Resuelto


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

casi 13 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

casi 13 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 13 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 13 años hace

Pregunta


Data brush in GUI
I want to have the data brush tool that matlab uses in its plot in the gui similar to pan and zoom. i would use the data brush...

casi 13 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How can i edit a .mat file
I have a .mat file name.mat. It contains information such as and when I open it the import wizard opens. now say the data in t...

casi 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


while loop and nan causing inifinite loop
I have the following code <<http://i.imgur.com/ZWxcx.png?1>> now what happens when i run this is that the while loop doesn...

casi 13 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can i create a contour map with a large set of data, using only the "maximum" points
Say I ahve over 1,000,000 points, and only want to create a contour map of the maximum points, connecting a line between each ma...

casi 13 años hace | 1 respuesta | 0

1

respuesta