已回答
Matlab index (I tried to name a matrix to use in a loop like variables.)
use the for loop approach to save time. Please define n(representing the times you want these calculations n=4; % define a...

9 years 前 | 0

已回答
How to write a for loop to make the column calculations?
use another for loop for the calculations over the other columns(Nested for loop).

9 years 前 | 0

已回答
Using fprintf to write multiple data into one file using a for loop
this is possible , share some data

9 years 前 | 0

已回答
how calculate the Background noise in an image?
what kind of noise you are talking about?

9 years 前 | 0

已回答
Initializing a cell array in matlab ?
use size(cell array)

9 years 前 | 0

已回答
Unable to Start Matlab
download again matlab , some of the files encrypted during downloading. Your license may not properly working

9 years 前 | 0

已回答
MATLAB figure/plot display issue
%# random data a = [(1:30)' rand(30,1)]; %'# %# compute edges (evenly divide range into bins) nB...

9 years 前 | 0

已回答
Add multiple timestamps in the excel file first column
##### - Sometimes referred to as “Railroad tracks”, this error can be caused by several conditions: * A number in a cell is t...

9 years 前 | 1

| 已接受

已回答
how do i solve a system of 5 equations
A duplicate question. Answered a lot of times.. http://www.mathworks.com/matlabcentral/newsreader/view_thread/124637 http:...

9 years 前 | 0

提问


how to set background of the color map with shape file/image in hand
Hi every one; I want to make color map from text file which contains three columns( 1st is latitude, 2nd is longitude, 3rd is ...

9 years 前 | 2 个回答 | 0

2

个回答

提问


how to set dpi of 300 of tiff image in matlab
Hi every one; I have a tiff image which i have created in paint. I do not know its dpi value but i want to set its dpi value tp...

9 years 前 | 2 个回答 | 0

2

个回答

提问


how to find the element which is greater than or equal to its row and smaller or equal to its column in a matrix
Hi everyone; I am going to find the saddle points of a matrix M. The question is given below... Write a function called sadd...

9 years 前 | 22 个回答 | 0

22

个回答

提问


how to find the total no of letters in a text file in matlab
Hi ; I am going to make a function called letter_counter that takes the name of a text file as input and returns the number ...

9 years 前 | 2 个回答 | 0

2

个回答

提问


how to make a function which write a binary file in matlab
Hi everyone; I am going to make a function sparse_array_out1 that takes two input arguments and returns one output argument. It...

9 years 前 | 2 个回答 | 0

2

个回答

提问


how to make a function that convert roman number to arabic number
Hi everyone; I am going to attempt that question: "function called roman that takes a string representing an integer betwe...

9 years 前 | 3 个回答 | 0

3

个回答

提问


repalacement of string with phone numbers
Hi; I am going to attempt that question: Each number on older telephone keypads, except 0 and 1, corresponds to three uppercas...

9 years 前 | 3 个回答 | 0

3

个回答

已回答
how to make a function that convert roman number to arabic number
I find the error : we have to return uint8 arabic number in output..

9 years 前 | 0

| 已接受

提问


how to make a function whose first input argument is a cell vector (row or column) of strings and whose second input argument is a string.
Hi every one; I am going to attempt that question: Write a function called censor whose first input argument is a cell vector ...

9 years 前 | 3 个回答 | 0

3

个回答

提问


how to make a function that return cell array of the month
Hi every one; I am going to attempt that query: Write a function called June2015 that returns a cell array of dimensions 3...

9 years 前 | 4 个回答 | 0

4

个回答

提问


how to make a function that return smallest unsigned integer class of a matrix
Hi every one; I am going to make a function that takes matrix A as input(of type double) an return the name of the smallest u...

9 years 前 | 4 个回答 | 0

4

个回答

提问


how to make function that return struct vector whose elements are days of month
Hi every one; I am going to attempt that query: a function called May2015 that returns a struct vector (row or column) whose e...

9 years 前 | 4 个回答 | 0

4

个回答

提问


how to find sum of square sine wave
Hi every one; I want to solve that question.Any assistance will be highly appreciable... function called s_wave that comp...

9 years 前 | 2 个回答 | 0

2

个回答

提问


How to make a function that calculate appoximate value of pi
Hi every one; I am going to make a function called a_pi that uses the following approximations of pi http://www.mathworks.co...

9 years 前 | 1 个回答 | 0

1

个回答

提问


how to make a function that take an integer as input and return ture if this prime otherwise false
Hi everyone; I am going to attempt that question: Write a function myprime that takes n, a positive integer, as an...

9 years 前 | 3 个回答 | 0

3

个回答

提问


how to make a function that takes a matrix and integer and divide every divisible element of matrix by integer
Hi everyone I am going to attempt that query: Write a function called divvy that takes a matrix A of positive inte...

9 years 前 | 2 个回答 | 0

2

个回答

提问


how to seperate even or odd elements and make row vectors from a matrix
Hi everyone I am going to attempt that question : Write a function called separate_by_two that takes a matrix A of ...

9 years 前 | 3 个回答 | 0

3

个回答

提问


how to make a funcation that return smallest posible integer from series
Hi everyone; I am going to attempt query. Function called one_per_n that returns the smallest positive integer n for...

9 years 前 | 1 个回答 | 0

1

个回答

提问


function with input a matrix and calcualte sum of elements of its diagonal and right of it
Hi every one, I want to make a function that take two dimensional matrix as input and return sum of its diagonal (index for ro...

9 years 前 | 4 个回答 | 1

4

个回答

提问


how to make a function that calculate consective difference of elements of a vector
Hi every one. I am going to attempt that query.. Write a function called neighbor that takes as input a row vector ...

9 years 前 | 2 个回答 | 0

2

个回答

提问


How to make a function that tell us about grades using Matlab
Hi every one; I going to make a function called letter_grade that takes a positive integer called score as its input argument an...

9 years 前 | 2 个回答 | 1

2

个回答

加载更多