Statistics
All
RANK
182,705
of 295,689
REPUTATION
0
CONTRIBUTIONS
4 Questions
2 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20,266
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
8 years ago
Question
precision problem in simple subtraction?!?
Hi everybody Just stumbled upon a "bug" i cannot really explain. Let's test a simple subtraction: 1 - 0.8 - 0.2 my matlab tel...
9 years ago | 2 answers | 0
2
answersAnswered
Accessing multidimensional array with pairwise indices
Thanks for all the help and replies. I tested all the suggestions with a bigger matrix and compared the computation time. "Unfor...
Accessing multidimensional array with pairwise indices
Thanks for all the help and replies. I tested all the suggestions with a bigger matrix and compared the computation time. "Unfor...
9 years ago | 0
Question
Accessing multidimensional array with pairwise indices
Hi everybody Probably a stupid question but I can't get my head around it. Suppose A is a matrix with dimensions (20,20,100...
9 years ago | 5 answers | 0
5
answersAnswered
system() call on windows, R2012b & R2014b, handling error popups
Ok for me the command is not working, at least the first entry of the path (in my case %matlabroot%\bin\win64 is not removed fro...
system() call on windows, R2012b & R2014b, handling error popups
Ok for me the command is not working, at least the first entry of the path (in my case %matlabroot%\bin\win64 is not removed fro...
10 years ago | 0
Question
system() call on windows, R2012b & R2014b, handling error popups
Hi I try to run an external program via system() call. In a normal command shell and execute from R2012b everything works as ...
10 years ago | 2 answers | 0
2
answersQuestion
type conversion, precision loss
I observed a strange behaviour when working with data read from a binary file. Here a small example: >> a=int32(1); >> b=1...
11 years ago | 2 answers | 0