제출됨


Hexagonal grid cellular network simulation
Simulation of cellular network using matlab GUI

8년 초과 전 | 다운로드 수: 2 |

답변 있음
Add a 2D matrix to a 3D matrix in a specific location
l = length(A); d = 6;%dimension where we need to insert B New_A(:,:,1:d-1) = A(:,:,1:d-1); New_A(:,:,d) = B; New_A...

8년 초과 전 | 0

답변 있음
Insert Moving Window Calculation
<https://www.delsys.com/KnowledgeCenter/NetHelp/default.htm?turl=HTMLDocuments%252Fcalculationsusingamovingwindow.htm may be thi...

8년 초과 전 | 0

답변 있음
Parameters to be calculated for EEG signal
<http://in.mathworks.com/help/signal/examples/measuring-signal-similarities.html Measuring Signal Similarities>

8년 초과 전 | 0

| 수락됨

답변 있음
How to get the screen width?
<http://www.mathworks.com/matlabcentral/answers/100792-in-matlab-how-do-i-obtain-information-about-my-screen-resolution-and-scre...

8년 초과 전 | 1

답변 있음
input a 1*3 vector
<http://in.mathworks.com/matlabcentral/newsreader/view_thread/244228 inputting a vector>

8년 초과 전 | 0

답변 있음
how to import jpeg image to graph background
<http://www.peteryu.ca/tutorials/matlab/plot_over_image_background Plot over an image background> <http://stackoverflow.com/que...

8년 초과 전 | 0

| 수락됨

답변 있음
why do i get this error? 'Subscript indices must either be real positive integers or logicals.' thanks for any help!!!
<http://www.mathworks.com/matlabcentral/answers/102145-why-do-i-get-the-error-subscript-indices-must-either-be-real-positive-int...

8년 초과 전 | 0

답변 있음
Is there a way to hide a specific uitab ?
set(uitab_handle,'Visible','off')

8년 초과 전 | 0

답변 있음
can someone plz send me the code of fireworks algorithm?
<http://www.cil.pku.edu.cn/research/fa/ Fireworks Algorithm (FWA)>

8년 초과 전 | 0

답변 있음
how to create 3D array
XY_coordinates = B(:,1:2)

8년 초과 전 | 0

답변 있음
How to load .dat file in matlab?
<http://in.mathworks.com/matlabcentral/answers/79885-reading-dat-files-into-matlab Reading *.dat files into MATLAB>

8년 초과 전 | 2

답변 있음
Is it possible to put xlabel text in two rows but with different font size?
<http://www.mathworks.com/matlabcentral/answers/93295-how-do-i-place-a-two-lined-title-x-label-y-label-or-z-label-on-my-plot How...

거의 9년 전 | 1

답변 있음
Need Image database for Digital Image Processing Using MATLAB [2nd Ed.]
<http://www.imageprocessingplace.com/root_files_V3/image_databases.htm Images from Digital Image Processing Using MATLAB, 2nd ed...

거의 9년 전 | 0

답변 있음
How to convert Lab to RGB image and its matlab code?
<http://robotics.stanford.edu/~ruzon/software/rgblab.html lab to rgb>

거의 9년 전 | 0

답변 있음
Fetching data from DS18B20 Temperature sensor connected to arduino in matlab
<http://www.kellydominguez.com/interfacing-an-arduino-and-matlab/ Interfacing an Arduino and MATLAB>

거의 9년 전 | 0

답변 있음
How do I access emails from an email server(gmail,...) using smtp ?
<http://blog.cordiner.net/2009/12/16/accessing-your-gmail-messages-in-matlab/ Accessing your Gmail messages>

거의 9년 전 | 0

답변 있음
Is there anyone have the feature extraction stage (source code) for Arabic Optical Character Recognition?
<http://cdn.intechopen.com/pdfs-wm/4654.pdf Arabic Handwritten Character Recognition>

거의 9년 전 | 0

답변 있음
How can I give degree symbol in XTicklabel in a bar graph?
set(gca,'XTicklabel',{'Neat PP'; [sprintf('0%c', char(176))];[sprintf('30%c', char(176))];[sprintf('45%c', char(176))];[sprint...

거의 9년 전 | 0

| 수락됨

답변 있음
how to write a array of string into a text file and how to read it back?
file_name = 'namelist.txt' ; for i = 1:length(namelist) current_line = namelist{i}; dlmwrite(file_name, curre...

거의 9년 전 | 0

| 수락됨

답변 있음
Error Message: Function definitions are not permitted in this context
Run this file

거의 9년 전 | 0

| 수락됨

답변 있음
Exit while loop and close screens after 10 mouse presses
i = 0; f = figure; while i<11 w = waitforbuttonpress; if w == 0 i =i+1; if i ==10 ...

거의 9년 전 | 0

| 수락됨

답변 있음
Why am I having so many errors?
Accel_of_G_exo = ((6.67e-11) * massplanet) / radius.^2 ; Weight_exo = Accel_of_G_exo * massspecimen ; ...

거의 9년 전 | 0

답변 있음
Could someone explain about character segmentation and normalization for Optical character recognition? Complete with it's code?
<http://www.ele.uri.edu/~hansenj/projects/ele585/OCR/ Optical Character Recognition (OCR)>

거의 9년 전 | 0

답변 있음
how to write in the text file?
clear FN1 = 'JDA'; z = '0', mn = 1:12; yr = 9:13; ext = '.ohh'; filename = fopen('JDAraw.txt','w'); ...

거의 9년 전 | 0

답변 있음
How could I use Legend function in a for loop with an array?
%try like this s = {'L1','L2','L3'}; for i = 1:length(s) plot(rand(10,1),'color',rand(1,3)); hold on en...

거의 9년 전 | 0

답변 있음
I want data like this
[num,txt,raw] = xlsread('date_1.xls'); req = raw(3:24,1:2); %selsect process data date and data req1 = cell2mat(raw(3:24...

거의 9년 전 | 0

답변 있음
how to crop multiple files
for i = 1:length(fileList) I=dicomread(fileList{i}); %fileList contains names of all dicom images I=uint16(I); g=i...

거의 9년 전 | 0

| 수락됨

답변 있음
I want data like this
d1 = datenum('01 June 2014'); d2 = datenum('01 June 2024'); dates = d1:d2; ur_days = day(dates');

거의 9년 전 | 1

답변 있음
I want data like this
d1 = datenum('01 June 2014');%starting date d2 = datenum('08 July 2014');%End date dates = d1:d2;%Dates from starting to...

거의 9년 전 | 1

더 보기