Community Profile

photo

Stefan


Active since 2014

Followers: 0   Following: 0

Message

diffusion mri research

Statistics

All
  • Thankful Level 1
  • Scavenger Finisher
  • Solver

View badges

Feeds

View by

Solved


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

7 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

answers

Answered
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

answers

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

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

9 years ago | 2 answers | 0

2

answers

Question


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

10 years ago | 2 answers | 0

2

answers