photo

Bruno


Aktiv seit 2011

Followers: 0   Following: 0

Nachricht

Statistik

MATLAB Answers

5 Fragen
2 Antworten

RANG
205.026
of 301.307

REPUTATION
0

BEITRÄGE
5 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 21.235

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 173.928

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


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

mehr als 14 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 14 Jahre vor | 0

Frage


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

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten

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

mehr als 14 Jahre vor | 0

Frage


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

mehr als 14 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

fast 15 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


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

fast 15 Jahre vor | 1 Antwort | 0

1

Antwort