![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8216100_1522125336275_DEF.jpg)
Patrick Aoun
Gaz Métro
Followers: 0 Following: 0
Statistics
RANK
13,003
of 297,016
REPUTATION
3
CONTRIBUTIONS
9 Questions
1 Answer
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
3
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
Do "pointers" exist in MATLAB? A question about the efficiency of using shorthands.
I'm not sure I'm using the right vocabulary, but here's what I mean. Say I have data in this structure: input.a.b.c.verylongn...
2 years ago | 1 answer | 0
1
answerQuestion
Ideal way to access data in a table?
Is there a "prefered" way to access data in a table? T.var1(1); T{1,var1}; T{1,1};
6 years ago | 0 answers | 0
0
answersQuestion
Tall table from multiple tables in different .MAT files
I have a ton of separate .mat files, each containing a single table. They have the same variables, and same format for each vari...
7 years ago | 2 answers | 1
2
answersQuestion
Why is fmincon ending in points it knows are sub-optimal?
So I'm running fmincon on some complex function. First-order Norm of Iter...
8 years ago | 2 answers | 1
2
answersCan't solve function to variable.
Wait... while rereading your question I noticed something. Are you trying to solve it analytically? Like, without setting a v...
8 years ago | 0
Question
Where is the workspace saved?
Pretty straightforward question I guess. Where is the workspace held, in my computer? Is it on the RAM, on the hard drive, or a ...
8 years ago | 1 answer | 0
1
answerQuestion
Parallel pool sizing for a parfor loop
I run a parfor loop on an 8 cores workstation. This loop is parfor i = 1:10 and the work in each iteration is substantial. ...
8 years ago | 1 answer | 1
1
answerQuestion
Visual version of the "beep" command
I'm looking for a command, kind of like "beep", that will notify me when it runs. However, I want something visual instead of au...
8 years ago | 1 answer | 0
1
answerQuestion
Tilde doesn't work for ignoring my inputs
I have a function function [output] = myfunction(a,b,c) Which can run without any inputs because I coded "default" inpu...
8 years ago | 1 answer | 0
1
answerQuestion
Function with a variable output
Greetings, I'm trying to create a function that imports data according to the input. If I input "A" I want it to import datas...
8 years ago | 0 answers | 0