Ali Khan
University Of Engineering and Technology
Followers: 0 Following: 0
I am doing Electronics Engineering. I am interested in learning MATLAB and my aim is to become expert in MATLAB and help others in need
Statistik
RANG
38.073
of 295.467
REPUTATION
1
BEITRÄGE
11 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
18.18%
ERHALTENE STIMMEN
1
RANG
of 20.234
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.912
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Interfacing HC-05 Bluetooth module issue
Hi, I am facing a very weird issue. When i try to communicate with Bluetooth module using following Matlab command. It display...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenChanging the pin of Arduino in Matlab script for mapping algorithm
Right now , I am implementing the example code available at the following link. When i run the code, a following error pop up. C...
mehr als 5 Jahre vor | 0
Changing the pin of Arduino in Matlab script for mapping algorithm
Thanks for your reply, Actually i was confused that it can be possible or not. My main purpose is to send the data from arduino...
mehr als 5 Jahre vor | 0
| akzeptiert
Frage
Changing the pin of Arduino in Matlab script for mapping algorithm
HI guys, I want to know that either we can change the predefined digital pin of Arduino in Matlab mapping algorithm or not. I a...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How i can add live editor in matlab R2015a?
hey guys, I want to add live editor in Matlab R2015a for modeling of quadcopter. Any suggestion what i should do will be very he...
mehr als 6 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Removing random noise from audio signal
Hi, guys below are my code .. I am a newbie in Matlab and in my code audio file I add random noise in my audio file and after ad...
fast 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to convert the white component of binary image into an RGB image?
This is my code. I want to convert my code final value into original image which is RGB, but the selected one which I separate a...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Cannot call or index into a temporary array....below is my code..
function varargout = PoseEstimator(varargin) % POSEESTIMATOR MATLAB code for PoseEstimator.fig % POSEESTIMATOR, by ...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
I have cable video signal and i want to manipulate it in Matlab.Can anyone help me that which hardware i should use to take the signal from cable to matlab
Can anyone help me that which hardware i should use to take the signal from cable to matlab
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
gui_mainfcn is not supported for code generation...below is the file attached..Thanks in advance
I am converting my matlab code into C
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have problem related to following code..plz help me..The error is "The variable 'mB' might be used before it is defined".
function B1 = SortSignificanceFirst(B) B1 = zeros(mB,1); [mB, ~] = size(B); SI = zeros(mB,2); for b=1:mB [m...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have a problem related to my following code... Code generation required variable 'B1' to be fully defined before sub scripting it.
function B1 = SortSignificanceFirst(B) [mB, ~] = size(B); SI = zeros(mB,2); for b=1:mB [mBB, ~] = size(B(b...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to display different images on different axes after reading from directory but i don't know how to display images on different axes using for loop ...here is my code plz help me
myFolder = 'C:\Users\Ali Khan\Desktop\arslan code\test images'; if ~isdir(myFolder) errorMessage = sprintf('Error: The fo...
mehr als 8 Jahre vor | 0 Antworten | 0