photo

JULIEN BARBAUD


Last seen: 2 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to make sure number of digits remain same, padded if required
Try to use something like img_name=sprintf('img%03d',num) instead of the strcat line

5 years 前 | 0

| 已接受

已回答
Doing calculation across columns
I think that if you call your input matrix A, and the final result B, then this: f=@(x) exp( (-(x-75)/2).^2 ) B=[A f(A(:,2...

5 years 前 | 0

提问


BVP with sharply varying values
Dear Matlab users, I am currently trying to solve the drift-diffusion equations in a n-i-p structure. The domain is 1D and div...

5 years 前 | 0 个回答 | 0

0

个回答

已回答
Solving integrals with Matlab
Please, check the documentation. It will tell you that you need a function handle as argument of qudl, not a character array. A...

5 years 前 | 1

| 已接受

提问


solving a "stiff algebraic equation"
Hello everyone, I have a question of great practical importance for me, but I would like to ask it on a bit more of a theoret...

5 years 前 | 0 个回答 | 0

0

个回答