
Mohamed AKI Ahmed
Python, C++, MATLAB
Spoken Languages:
English
Statistics
RANK
89,976
of 277,826
REPUTATION
0
CONTRIBUTIONS
10 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
0
RANK
of 18,798
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 129,030
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
Content Feed
Question
Calling MATLAB file from Linux using MCR
I have a MATLAB file that is called "run_mycode.m", This code is a function that takes 4 arguments(one boolean, two empty string...
2 months ago | 1 answer | 0
1
answerQuestion
Using Python to run a MATLAB function using MCR without importing the package
Hello all. I'm aware of the two different ways to comunicate between MATLAB and Python (i.e., using the API and SDK). My questio...
6 months ago | 1 answer | 0
1
answerQuestion
Ignoring the line continuation (...) when reading a text file
Hello all! I have a text file with some structure inputs that I'm reading and evaluating in MATLAB directly using the eval funct...
6 months ago | 1 answer | 0
1
answerQuestion
uitreenode size\position change
Hello. I want to know if it is possible to change the size/position in uitreenode. I am using GUIDE and in my panel tree, the in...
11 months ago | 0 answers | 0
0
answersQuestion
Unit test code coverage
I have a bunch of unittest files that I run using runtests(pwd,'IncludeSubfolders', true) I want to know how can I add the co...
12 months ago | 1 answer | 0
1
answerQuestion
run unit tests in subfolder containing the test files
Hello, I have a bunch of test files in a folder and another file that I indicate the runtest command in (the file is not in the ...
1 year ago | 1 answer | 0
1
answerQuestion
fgets write -1.000000e+00 in output file
Hello, I have a code that first opens a file (using fopen), then gets everyline from the file, however, when encountering th...
1 year ago | 1 answer | 0
1
answerQuestion
Tolerance use in verifyEqual for unit tests
Hello, I am having a problem when defining a tolerance to be checked while using the verifyEqual function for a unit test. My co...
1 year ago | 1 answer | 0
1
answerHow to perform unit testing for matlab model
I would recommend checking this video. It explains everything you need to start with for unit testing in MATLAB, after that you ...
1 year ago | 0
Question
assert() alternative to continue the test when finding an error
Is there another function instead of assert() that if found error can still continue and not stop the test when found one error?...
1 year ago | 1 answer | 0
1
answerQuestion
Use variables in dbstop
Hello. I want to ask if I can use dbstop for a specific input defined before the function is called. For example, file= 'dul...
1 year ago | 1 answer | 0