Tamir Suliman
Sudan University of Science and Technology
Followers: 0 Following: 0
Sudan University of Science and Technology EE Johns Hopkins University ECE University of South Carolina CS
Feeds
제출됨
The Digital Signature Algorithm (DSA) with Matlab
The program is designed to create a Digital Signature Algorithm (DSA) and then verify it.
거의 2년 전 | 다운로드 수: 4 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/07cc596f-d556-432c-8863-e9f70145bbd5/b3991fa1-bfdc-4586-bc21-4c355ebf0be1/images/1681226338.png)
제출됨
Caesar Cipher Encryption and Decryption using MATLAB GUIDE
Using MATLAB guide this program will encrypt and decrypt letters using caesar cipher
거의 2년 전 | 다운로드 수: 10 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e594b792-4a80-11e4-9553-005056977bd0/9a3b332a-52ab-485c-b135-64c6db914cff/images/screenshot.png)
제출됨
Lagrange interpolation polynomial fitting with MATLAB
Lagrange interpolation polynomial fitting
거의 2년 전 | 다운로드 수: 7 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/36a4e247-6d98-4f17-8768-07c59927dc21/b3a80c97-f668-4866-838f-f47367f63f59/images/screenshot.png)
제출됨
Hexadecimal to binary
The hex2bin function in MATLAB is used to convert a hexadecimal string to a binary string.
거의 2년 전 | 다운로드 수: 2 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e594c2d6-4a80-11e4-9553-005056977bd0/f0a0deea-a40d-4987-8754-2856dabba107/images/1679253651.png)
답변 있음
mulitlevel structure does not work with simulink bus
check the input and output data types of the MATLAB function block. The input should be a vector of the same length as the numb...
mulitlevel structure does not work with simulink bus
check the input and output data types of the MATLAB function block. The input should be a vector of the same length as the numb...
거의 2년 전 | 0
답변 있음
exportONNXNetwork works but importONNXNetwork can't load input layer
All i can say based on your description, it seems like the issue may be related to the input data format or rank of the exported...
exportONNXNetwork works but importONNXNetwork can't load input layer
All i can say based on your description, it seems like the issue may be related to the input data format or rank of the exported...
거의 2년 전 | 0
답변 있음
Mex file compiling issue
Your MEX file was not created successfully. This can happen if there were errors during the compilation process. To troubleshoo...
Mex file compiling issue
Your MEX file was not created successfully. This can happen if there were errors during the compilation process. To troubleshoo...
거의 2년 전 | 0
답변 있음
When importing a URDF model into a Simscape™ Multibody™ model, how do I set the geometry scale attribute to 0.1?
This will import the model 'mymodel.urdf' and scale it by a factor of 0.1 using the decimeter unit. robot = importrobot('mymode...
When importing a URDF model into a Simscape™ Multibody™ model, how do I set the geometry scale attribute to 0.1?
This will import the model 'mymodel.urdf' and scale it by a factor of 0.1 using the decimeter unit. robot = importrobot('mymode...
거의 2년 전 | 0
답변 있음
How to create an array in Simulink to save data and process these data in Simulink
you can use the "To Workspace" block to save data to a variable in the MATLAB workspace. You can then use the "From Workspace" b...
How to create an array in Simulink to save data and process these data in Simulink
you can use the "To Workspace" block to save data to a variable in the MATLAB workspace. You can then use the "From Workspace" b...
대략 2년 전 | 0
제출됨
Quadratic Equation roots solver
The script is used to solve the roots for quadratic equations.
4년 초과 전 | 다운로드 수: 4 |
답변 있음
How to store the value of y in the loop being executed?
i think yo have so many end after the if statement I modified the number of bits per just to speed it up clc % BPSK M = 2...
How to store the value of y in the loop being executed?
i think yo have so many end after the if statement I modified the number of bits per just to speed it up clc % BPSK M = 2...
4년 초과 전 | 1
답변 있음
How can I access MS SQL Server from MATLAB web application
you could attempt to remove that line making sure data source is specified if I m reading the matlab documentation correctly or ...
How can I access MS SQL Server from MATLAB web application
you could attempt to remove that line making sure data source is specified if I m reading the matlab documentation correctly or ...
4년 초과 전 | 0
답변 있음
Does anyone recommend a solid state hard drive that will enhance MatLab's speed.
yes my recommendations is OCZ is the one I m using now their website https://ocz.com/us/ssd/ usually what I do is I go to the ...
Does anyone recommend a solid state hard drive that will enhance MatLab's speed.
yes my recommendations is OCZ is the one I m using now their website https://ocz.com/us/ssd/ usually what I do is I go to the ...
대략 6년 전 | 0
답변 있음
S-Function read from texfile
<https://www.google.com/search?ei=kbkuW4KCNIbzgQaNoorYAw&q=s+function+read+from++text+file&oq=s+function+read+from++text+file&gs...
S-Function read from texfile
<https://www.google.com/search?ei=kbkuW4KCNIbzgQaNoorYAw&q=s+function+read+from++text+file&oq=s+function+read+from++text+file&gs...
6년 초과 전 | 0
답변 있음
How to use Fourier Transform to convert time to frequency domain for real time data ?
Please search the MATLAB documentation <https://www.mathworks.com/help/matlab/math/fourier-transforms.html>
How to use Fourier Transform to convert time to frequency domain for real time data ?
Please search the MATLAB documentation <https://www.mathworks.com/help/matlab/math/fourier-transforms.html>
6년 초과 전 | 0
답변 있음
How to compare the results of different m files and display it in VB.net
Please check the link below : <https://www.mathworks.com/matlabcentral/answers/1810-opening-files-with-randomly-varying-file-na...
How to compare the results of different m files and display it in VB.net
Please check the link below : <https://www.mathworks.com/matlabcentral/answers/1810-opening-files-with-randomly-varying-file-na...
6년 초과 전 | 0
답변 있음
Help with graphical input on a GUI axes
I think you may need to implement some while loop or logic to read the cursor location when is changed
Help with graphical input on a GUI axes
I think you may need to implement some while loop or logic to read the cursor location when is changed
거의 7년 전 | 0
답변 있음
how to display scatter in GUI?
do you need to plot it use the scatter3 command please post your code Reference below : https://www.mathworks.com/help/ma...
how to display scatter in GUI?
do you need to plot it use the scatter3 command please post your code Reference below : https://www.mathworks.com/help/ma...
거의 7년 전 | 0
답변 있음
can we interface simulink with matlab code?
you can configure Model Callback Functions to call MATLAB code at specific times in the model lifetime. You can use PostLoadFcn ...
can we interface simulink with matlab code?
you can configure Model Callback Functions to call MATLAB code at specific times in the model lifetime. You can use PostLoadFcn ...
거의 7년 전 | 1
답변 있음
How to use prototxt file in matlab?
See if this article helps <https://www.mathworks.com/matlabcentral/fileexchange/61735-neural-network-toolbox-importer-for-caffe...
How to use prototxt file in matlab?
See if this article helps <https://www.mathworks.com/matlabcentral/fileexchange/61735-neural-network-toolbox-importer-for-caffe...
대략 7년 전 | 0
답변 있음
Selecting lines from plot
so basically your handles variables or what ever action you assign to it would be the set function
Selecting lines from plot
so basically your handles variables or what ever action you assign to it would be the set function
대략 7년 전 | 0
답변 있음
Selecting lines from plot
you just need to follow this part of the example H(2) = plot(1:10, rand(1, 10), 'b'); set(H, 'ButtonDownFcn', {@LineSel...
Selecting lines from plot
you just need to follow this part of the example H(2) = plot(1:10, rand(1, 10), 'b'); set(H, 'ButtonDownFcn', {@LineSel...
대략 7년 전 | 0
답변 있음
saving multiple .mat files into .txt files
I found a similar question here dlmwrite function can be used may be you need just to pass the variable that is associated t...
saving multiple .mat files into .txt files
I found a similar question here dlmwrite function can be used may be you need just to pass the variable that is associated t...
대략 7년 전 | 0
문제를 풀었습니다
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
대략 7년 전
문제를 풀었습니다
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
대략 7년 전
답변 있음
could anyone help me to fix the following issue
I think may be you should check the idx
could anyone help me to fix the following issue
I think may be you should check the idx
대략 7년 전 | 0
답변 있음
How can I use a while loop to check input for negative numbers and non-numerical input?
inputnum=input('Enter a positive number: '); while inputnum<0 fprintf('You entered a %d. \n\n', inputnum) input...
How can I use a while loop to check input for negative numbers and non-numerical input?
inputnum=input('Enter a positive number: '); while inputnum<0 fprintf('You entered a %d. \n\n', inputnum) input...
대략 7년 전 | 0
제출됨
Affine Cipher Encryption / Decryption using MATLAB Guide
Affine Cipher Encryption Decryption using MATLAB Guide
대략 8년 전 | 다운로드 수: 3 |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/60539/versions/2/screenshot.png)
답변 있음
Calculate f(4) using newton's interpolating polynomials of order 1 through 4. Choose your base points to attain good accuracy.
Check this code though I m not sure function newton_interpolation(x,y,n,xx) % x and y are two Row Matrices ...
Calculate f(4) using newton's interpolating polynomials of order 1 through 4. Choose your base points to attain good accuracy.
Check this code though I m not sure function newton_interpolation(x,y,n,xx) % x and y are two Row Matrices ...
대략 8년 전 | 0
제출됨
using single applications of Simpson’s 1/3 rule to evaluate Triple Integral
using single applications of Simpson’s 1/3 rule to evaluate Triple Integral
대략 8년 전 | 다운로드 수: 1 |