Statistik
RANG
149.994
of 301.009
REPUTATION
0
ANTWORTZUSTIMMUNG
0.0%
ERHALTENE STIMMEN
0
RANG
of 21.133
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Discussions
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Gelöst
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
mehr als 4 Jahre vor
Gelöst
Squaring Matrix
Square the following matrix using matlab % A = 1 2 3 4 5 6 7 8 So new matrix should display...
etwa 5 Jahre vor
Gelöst
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
etwa 5 Jahre vor
Gelöst
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...
etwa 5 Jahre vor
Gelöst
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
etwa 5 Jahre vor
Gelöst
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
etwa 5 Jahre vor
Gelöst
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:...
etwa 5 Jahre vor
Frage
Is it possible to run more than one external command using MATLAB simultaneously?
I want to run more than one external command simultaniously using matlab code without waiting to the results of 1st one. % supp...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
how to remove spot from an image.?
i want to remove the black spot with character L. so i want write a piece of code which help me to find this spot and remove it...
mehr als 5 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how can i model a structure of nasa almond?
I want to model a nasa almond structure. i found a code on matlab but it shows an error of undefined function platform. p = p...
mehr als 5 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Worker distribution in matlab code
I want to run 10 neural network at time but in case of serial coding it will take long time to get execute. So i want to distri...
mehr als 5 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
parallel run of multiple neural network using parfor
I want to run multiple training network using parfor for time reduction. this one is my code. but the code does not run even i...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
number of worker in parallel toolbox
I want to know the number of workers are avialable in my PC. So how can i check that. How number of worker determined in a PC?...
fast 6 Jahre vor | 0 Antworten | 0
0
AntwortenHow do you subtract 1st dim all values in a 3D matrix with 1st dim all values of another 3D matrix?
If I understand your question then you simple go through matrix element wise operation A=rand(10,100,50); B=rand(10,100,...
fast 6 Jahre vor | 0
Frage
cell array concept issue
Sir I have an issue on cell array concept. I want to generate 10 values using a for loop of 10 iteration and in every iteration...
fast 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to remove white Gaussian noise from an audio .wav file ?
if true % code end [y,Fs] = audioread('siren1.wav'); % sound(y,Fs); out=awgn(y,Fs); sound(out) i used wh...
fast 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Write an array of data to multiple text file but it shows error
x =rand(10,1); for i=1:10 A = x*i; textFilename = ['akg_' num2str(i) '.txt']; fid=fopen(textFilename,'...
fast 8 Jahre vor | 0 Antworten | 0


