Mahmud Khan
Followers: 0 Following: 0
Statistics
RANK
3,101
of 295,467
REPUTATION
18
CONTRIBUTIONS
16 Questions
2 Answers
ANSWER ACCEPTANCE
37.5%
VOTES RECEIVED
12
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
2 years ago
Question
Matlab error in Terminal (Ubuntu 18.04). What do I do?
Hello, When I run Matlab from the terminal in Ubuntu, I get this message in the terminal: Gtk-Message: 12:12:29.347: Failed to...
4 years ago | 1 answer | 0
1
answerQuestion
Error using sprintf :Function is not defined for 'cell' inputs.
I am trying to use the Pixhawk PSP and getting this error: >> PixhawkPSP('/media/user/Extra/MatSimFirmware') Found compatible ...
5 years ago | 0 answers | 0
0
answersQuestion
Folder Permissions for Matlab/Simulink on Ubuntu 18.04
Hello, I am using Ubuntu 18.04 LTS. The username on my machine that Matlab is licensed to doesn't have read/write/modify access...
5 years ago | 1 answer | 0
1
answerQuestion
Why won't Embedded Coder show up in the list of Apps?
I have been trying to see if Embedded Coder is installed for me. I ran the commands: license('test', 'RTW_Embedded_Coder') l...
6 years ago | 3 answers | 0
3
answersQuestion
Pixhawk PX4 PSP installation errors
I tried to download the PX4 support package for Embedded Coder from here and install it. I followed the instructions given, cr...
6 years ago | 1 answer | 0
1
answerQuestion
How do I add background image to 3D figures?
I am able to use the following code to overlay an image on a plane: I = imread('image.jpg'); h = image(xlim,-ylim,I); ...
6 years ago | 0 answers | 0
0
answersQuestion
How do I find out what has changed in a specific version of Matlab/Simulink?
I have found the documentations for various versions of Matlab. Is there a way to easily check if changes have taken place in sp...
6 years ago | 1 answer | 0
1
answerQuestion
Where can I get the Pixhawk Support Package User Guide?
I want to use the following support package: <https://uk.mathworks.com/hardware-support/pixhawk.html> I can't seem to find th...
6 years ago | 0 answers | 0
0
answersM-file s-function and c-file s-function outputs don't match. Why?
Never mind. I found out what the problem was. The parameters to the functions were slightly different. As such, the outputs were...
6 years ago | 0
| accepted
Question
Is it possible to create a MEX file from C code outside of Matlab?
I know how to do it within Matlab. Is there a way to turn a dot-c file into a MEX file (64 bit) through some other method not in...
6 years ago | 1 answer | 0
1
answerQuestion
M-file s-function and c-file s-function outputs don't match. Why?
I have a Simulink model that generates a square wave and passes it through two different s-functions and then plots the outputs....
6 years ago | 1 answer | 0
1
answerS-function does not exist error!
*This is me answering my own question:* What went wrong is that my installation of Matlab 2017a didn't come with the correct ...
6 years ago | 6
| accepted
Question
S-function does not exist error!
I am trying to test this Matlab model which uses a random signal generator and both a Matlab based S-function block (a dot m fil...
6 years ago | 2 answers | 0
2
answersQuestion
3D Animation using lines. What is handle and mode in this code?
I have been trying to understand how to use some Matlab code that came with a book. It's meant to produce a 3D line-drawing of a...
6 years ago | 1 answer | 0
1
answerQuestion
Individual vs Concurrent license for Matlab?
I am trying to understand the difference between these two license. When I look at my Matworks account, I see this: <</matlab...
6 years ago | 0 answers | 6
0
answersQuestion
Error: Why does Matlab keep on saying this?
As part of an exercise, I wrote the following code: %define colors for each face myred = [1, 0, 0]; mygre...
6 years ago | 1 answer | 0
1
answerQuestion
How can I run Matlab with a local license?
I am struggling with this annoying problem whenever I use Matlab on my university laptop. It used to be the case that it'd work ...
6 years ago | 1 answer | 0
1
answerQuestion
Is there anything that can do the reverse of Embedded Coder?
The Embedded Coder can take a Simulink model and turn it to usable C/C++ code for our desired hardware platform. Does anything e...
6 years ago | 1 answer | 0