fatima-zahra achbah
Followers: 0 Following: 0
Statistics
5 Questions
0 Answers
RANK
96,568
of 295,569
REPUTATION
0
CONTRIBUTIONS
5 Questions
0 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Hi, generatin random points inside a cuboid problem
Hi, I need to generate a total I of points inside a specific cuboid(a*b*c) and plot it then after havings these points and their...
7 years ago | 1 answer | 0
1
answerQuestion
Hi, I need to generate random points inside a parallelepiped
Hi guys, I need to generate a total i of points inside a specific parallelepiped(a*b*c) and plot it then after havings thoses p...
7 years ago | 0 answers | 0
0
answersQuestion
Matrix dimensions must agree problem
Hi, everyone! when I try to run my script they always tell me: Matrix dimensions must agree. I want to compare two matrices fu...
7 years ago | 0 answers | 0
0
answersQuestion
what does this line of code mean,
C{k} = xlsread(name) the main program is this: C = cell(1,9); for k = 1:9 name = sprintf('%04i.csv',k); ...
7 years ago | 1 answer | 0
1
answerQuestion
Hi, I have a problem with a script given to me by my teacher , I don't know what is its point nor its problem
function A=einlesen(Anzahl) % Einleseroutione for i=1:Anzahl name=sprintf('%i',i); while length(name)<4, n...
7 years ago | 1 answer | 0