Ibrahim Mohammed Wajid
Followers: 0 Following: 0
Python, C++, MATLAB
Spoken Languages:
English
Statistics
0 Questions
11 Answers
RANK
10.671
of 300.343
REPUTATION
4
CONTRIBUTIONS
0 Questions
11 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
0
RANK
of 20.926
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 168.172
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
how to resize initial command window
You can go to Home on the toolbar. Home >> Layout and set as default or you can resize various windows by dragging manually and...
meer dan 3 jaar ago | 0
Error in the installation
Refer the following MATLAB Answer : https://in.mathworks.com/matlabcentral/answers/432796-can-t-install-matlab?s_tid=srchtitle ...
meer dan 3 jaar ago | 0
Finding the roots of equation by newton-raphson method?
In your code, the for loop is not exactly a loop. It is confined only for one value i = 2. You can update for i = i + 1 to for...
meer dan 3 jaar ago | 0
error message after opening Matlab
Refer to https://in.mathworks.com/support/search.html/videos/how-to-install-matlab-1525083586145.html?fq[]=asset_type_name:video...
meer dan 3 jaar ago | 0
How to write a script to display an input of 10 times?
function numberCheck(n) if n > 255 disp("error: value too big."); else if n < 0 n...
meer dan 3 jaar ago | 0
Error using Simulink.importExternalCTypes Code
You can refer the following document for better understanding and clean usage of Simulink.importExternalCTypes code:- https://i...
meer dan 3 jaar ago | 0
movie2avi problem without any error message
Either you donot have write permission in that directory, or else there is some difficulty about that particular file name. Ple...
meer dan 3 jaar ago | 0
Can't install Matlab
Refer to https://in.mathworks.com/support/search.html/videos/how-to-install-matlab-1525083586145.html?fq[]=asset_type_name:video...
meer dan 3 jaar ago | 0
error finding installer class
Hi, You can refer the following document for clean Installation of Standalone Application to target PC: https://in.mathworks.c...
meer dan 3 jaar ago | 0
How to save output results from loop in a vectors?
Initialize two vectors a and b as a=[],b=[]; Now add this line (a = [a count_zero];)at a line or end of loop from where you nee...
meer dan 3 jaar ago | 0
How do I convert numbers of the form "12,109,987" stored in strings
you can use str2double function instead of str2num str2double performs something similar to below operation if in case you need...
meer dan 3 jaar ago | 0
| accepted

