photo

Bruno


Con actividad desde 2011

Followers: 0   Following: 0

Mensaje

Estadística

MATLAB Answers

5 Preguntas
2 Respuestas

CLASIFICACIÓN
198.189
of 301.383

REPUTACIÓN
0

CONTRIBUCIONES
5 Preguntas
2 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.252

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 174.306

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

Feeds

Ver por

Pregunta


writing a for loop that solves on two arrays at the same time
say I have this: x=1:5 y=1:5 I want to compute the for loop that multiplies x and y for every element of the two arrays, fo...

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

1

respuesta

Respondida
how can you see a surface plot from the top?
thanks a lot, one more question, is it possible to remove the mesh lines or raise the density of the plot so that mesh lines are...

más de 14 años hace | 0

Pregunta


how can you see a surface plot from the top?
I have a 3-dimension surface plot where (x,y) is the position and z or h is the height. The plot is an isometric view but how ca...

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

2

respuestas

Respondida
how to make a text file contanining a dilimited(comma) matrix and not the same sig figs per column
alright thank you it helps a lot so far...but for my actual text file I have numbers containing long decimals such as 2.434993 a...

más de 14 años hace | 0

Pregunta


how to make a text file contanining a dilimited(comma) matrix and not the same sig figs per column
%say I have this matrix: C=[4,10;5,20;6,30;7,40] %and I want to develop a txt file such that it contains 4, 10 5, 20 ...

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

2

respuestas

Pregunta


How do multiply all elements inside a for loop by an array
basically I want to solve this: I have the array a c= a*b where a =2 and b =[1 2 3] so c =[ 2 4 6] I want to multiply each ele...

casi 15 años hace | 3 respuestas | 0

3

respuestas

Pregunta


unrepeated integers from randi function
for the randi function for example randi([2,6],1,4) this basically creates 4 random integers from 2 to 6 eg. 2, 5,4,2 how c...

casi 15 años hace | 1 respuesta | 0

1

respuesta