Emre Doruk
Followers: 0 Following: 0
Feeds
提问
How to change RGB value without changing index value of an image?
Hi, I have NxM matrix, I want to plot iamge of it and the change specific rgb value without changing index value. How can I do ...
2 years 前 | 2 个回答 | 0
2
个回答提问
How do you initialize an N*M matrix with certain N*1 vector?
I had a martix N*M matrix, I try to init matrix with an vector. I am doing with code which below. signal=zeros(5,4); vector...
2 years 前 | 1 个回答 | 0
1
个回答提问
How to define lower limit at while code generation?
Hi, I am trying to generate C++ code for my function with Codegen. It has variable data size but has limits,min 100, max 1000...
3 years 前 | 1 个回答 | 1
1
个回答提问
How parentheses effects multiplication with pi ?
Hi, I am trying to generate sine wave. I am usning following two code lines. But they are slightly different (about e-15). Why...
4 years 前 | 2 个回答 | 0