S. Walter
Reaction Systems, Inc.
Followers: 0 Following: 0
Aerospace engineer focused on propulsion research and development. Background in fluid dynamics, inlet design, turbomachinery.
Python, C++, Java, R, MATLAB, HTML, Fortran, Visual Basic
Spoken Languages:
English, French, German
Estadística
0 Preguntas
8 Respuestas
0 Problemas
125 Soluciones
CLASIFICACIÓN
2.463
of 295.569
REPUTACIÓN
24
CONTRIBUCIONES
0 Preguntas
8 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
1.422
of 154.105
CONTRIBUCIONES
0 Problemas
125 Soluciones
PUNTUACIÓN
1.654
NÚMERO DE INSIGNIAS
10
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
How I can extract certain range of value from workspace?
You have a matrix A: A = rand(100,100); You want only the 5th through the 10th elements, you can do that using the colon opera...
alrededor de 4 años hace | 0
Else if statement imbedded in a for loop
If you want your for loop to pick only one item from the Tp vector, you have to iterate Tp inside your for loop. Thus: if Tp<=...
alrededor de 4 años hace | 0
How to save each image generated in a for loop?
You can print the image: print('filename','-dpng','-r300') where '-dpng' can be set to whatever format you want (check out the...
alrededor de 4 años hace | 0
Last else if graph not plotting
I tried the following: % Clear the command window and close the figures clc close all % Make a color vector for plots col...
alrededor de 4 años hace | 1
| aceptada
create a 2-column matrix, random set of weight
To answer your questions: Did you create the column-matrix correctly? Sure. It works :). There are many ways to create matric...
alrededor de 4 años hace | 1
| aceptada
plotting an matrix on top of an image
You can plot your image , set your hold to on (https://www.mathworks.com/help/matlab/ref/hold.html) and then plot your 10 x 10 m...
más de 4 años hace | 0
I need correct syntax of interpolation in this case
Behzad, Check out griddedInterpolant (https://www.mathworks.com/help/matlab/ref/griddedinterpolant.html). You'll want to ma...
más de 4 años hace | 1
| aceptada
understanding the meaning of a part of a code
Mohammed, What you wrote there is a function that you're storing in zci. The at sign (@) tells Matlab you're about to give a ...
más de 4 años hace | 1
| aceptada