photo

Bruno


Attivo dal 2011

Followers: 0   Following: 0

Messaggio

Statistica

MATLAB Answers

5 Domande
2 Risposte

RANK
104.129
of 301.344

REPUTAZIONE
0

CONTRIBUTI
5 Domande
2 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
 of 21.238

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 174.044

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

Feeds

Visto da

Domanda


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

oltre 14 anni fa | 1 risposta | 0

1

risposta

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

oltre 14 anni fa | 0

Domanda


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

oltre 14 anni fa | 2 risposte | 0

2

risposte

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

oltre 14 anni fa | 0

Domanda


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

oltre 14 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 15 anni fa | 3 risposte | 0

3

risposte

Domanda


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

quasi 15 anni fa | 1 risposta | 0

1

risposta