Feeds
문제를 풀었습니다
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
8년 초과 전
질문
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년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
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...
거의 10년 전 | 0
질문
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...
거의 10년 전 | 답변 수: 5 | 0
5
답변답변 있음
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년 전 | 0
질문
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년 전 | 답변 수: 2 | 0
2
답변질문
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년 전 | 답변 수: 2 | 0