Robin L.
Followers: 0 Following: 0
Statistics
RANK
29,218
of 295,527
REPUTATION
1
CONTRIBUTIONS
11 Questions
1 Answer
ANSWER ACCEPTANCE
72.73%
VOTES RECEIVED
1
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
figure - plot, semilogx, loglog, ...
Hello, A small question for you today : % let us take x, y, some random values (> 0) Are the following codes the same ? pl...
5 years ago | 1 answer | 0
1
answerQuestion
Matlab AD components creation and performance
Hello the community ! I come today with a new question about Matlab App Designer, and especially about the components creation....
5 years ago | 0 answers | 0
0
answersQuestion
Matlab App Designer editor is very slow
Hello everybody ! I have been developing a software using Matlab App Designer for 2 months, and while my code grows up (~9k lin...
5 years ago | 1 answer | 1
1
answerQuestion
Vectorize 3 for loops
Hello the community ! % let us consider tab, a 3D-matrix, and second_tab, another one max = 5; for a_idx = 1:50 for b_idx...
5 years ago | 1 answer | 0
1
answerQuestion
Do I need pre-allocation ?
Hello everybody ! You helped me a lot these last days, thanks ! I come up today with another question, concerning preallocatio...
5 years ago | 2 answers | 0
2
answersQuestion
Passing by reference vs value
Hello ! Hope you are all doing fine. What is better ? clear; clc; % let's consider a and b, some matrix tic; multiply...
5 years ago | 1 answer | 0
1
answerQuestion
Custom function App Designer [Matlab] [App Designer]
Hello ! I made a discovery in App Designer : it seems like "app" is optional when using custom functions : methods (Access = p...
5 years ago | 1 answer | 0
1
answerQuestion
vectorize calculation of 3 for
Hello ! Let us take 3 vectors 1D : vectors L, M and N % let us take L, M, N, 3 matrix 1D for Lidx = 1:length(L) ...
5 years ago | 1 answer | 0
1
answerQuestion
"set" VS "=" assignment
Hello ! I am writing about the two assignment methods : "set function" and "= operator". For example let's take a small code th...
5 years ago | 1 answer | 0
1
answerQuestion
Error using grid. Too many input arguments.
Hello ! I am writing because I am encountering some issues with Matlab 2018a. I developped a custom function to quickly plot a...
5 years ago | 2 answers | 0
2
answersElement wise multiplication .* rounding problem
Thank you John D'Errico and madhan ravi ! So I consider that no formula is better than the other, between : (M.*10).*P and M...
6 years ago | 0
Question
Element wise multiplication .* rounding problem
Hello, My name is Robin and I am currently using Matlab to compute some calculations. But I have an issue. Let's take : M =...
6 years ago | 3 answers | 0