回答済み
How to double integral in MATLAB
Try dblquad function

9年以上 前 | 0

送信済み


Sum of vector or matrix using one function
Sum of vector or matrix using one function

9年以上 前 | ダウンロード 1 件 |

0.0 / 5

問題


Vector Multiplication
Vector Multiplication of three matrix as shown in test cases.

9年以上 前 | 1 | 342 個のソルバー

解決済み


Vector Multiplication
Vector Multiplication of three matrix as shown in test cases.

9年以上 前

送信済み


Convert Decimal Number to Hex number (including non integer value)
Convert Decimal Number to Hex number (including non integer value)

9年以上 前 | ダウンロード 2 件 |

0.0 / 5

回答済み
how i can store all values from for loop ?
for i=1:10 A(i)=... end

9年以上 前 | 0

| 採用済み

回答済み
How can I make an array with a function that defines every element?
for i=1:lenth(theta_i) y(i)=1/i; end

9年以上 前 | 0

回答済み
cannot get the title and xlabel plotted in a while loop
Give error message. Y = -(axis(joy, 2)); it should be, Y = -(axis([joy, 2]));

9年以上 前 | 0

回答済み
Solving differential equation in matrix form.
<http://in.mathworks.com/help/symbolic/solve-a-system-of-differential-equations.html>

9年以上 前 | 0

回答済み
How to resolve an optimization problem related to setpath?
May be, you don't have admin rights. Put your all codes in current folder. Try, it may work. All the best !!

9年以上 前 | 0

回答済み
How to solve differential equation system?
Try doc ode45 in matlab command. You will get examples.

9年以上 前 | 0

回答済み
"Limitations" for DARE function
Try edit dare. You will able to see dare code. Refer, References [1] Arnold, W.F., III and A.J. Laub, "Generalized ...

9年以上 前 | 0

回答済み
play at double speed
I think, not possible.

9年以上 前 | 0

回答済み
symbolic math undefined function
Dear Jomichan, Check that you don't have script or file name plus in your current folder. I think, this could be reason....

9年以上 前 | 0

回答済み
A problem in printing EPS figures
Try this print -depsc2 nameoffigure.eps

9年以上 前 | 0

| 採用済み

回答済み
how to to train an artificial neural network using ant colony optimization algorithm
Do following things, 1. Define cost function for training, may be mean square error (MSE) 2. Use algorithm <https://in.ma...

9年以上 前 | 0

回答済み
text hiding inside the cover image
After I1 = logical(de2bi(uint8(hiddenstring))); Please, check size of I1 to I7. Make sure that all must have same dimensi...

9年以上 前 | 0

解決済み


Odd row
Create a row 'y' with odd numbers where the potential maximum number is given by 'x' and the space between them by 'm'. The firs...

9年以上 前

解決済み


What's size of TV?
Many people buy TV. Usually they ask about diagonal. But also important are width and height. Let's assume that all TV have rati...

9年以上 前

解決済み


Convert decimal to hex as shown in test cases
Convert decimal to hex as shown in test cases.

9年以上 前

問題


Convert decimal to hex as shown in test cases
Convert decimal to hex as shown in test cases.

9年以上 前 | 2 | 141 個のソルバー

解決済み


Back to Basics - New Data Type in R2016b - convert a char to a string
Convert an char array into a string.

9年以上 前

解決済み


kmph to mph converter
Convert the speed in miles/hour to km/hour.

9年以上 前

解決済み


this is a test problem
this is a anniversary test problem

9年以上 前

解決済み


what can you get for exactly amount of money
You go to store, where each product has price. Prices are in vector s= [ 195 125 260 440 395 290] and you have amount of ...

9年以上 前

解決済み


Negation the hard way
Write a function that has the following property: f(f(x)) = -x for any numeric array x. Note that there is no restriction on ...

9年以上 前

解決済み


Find the elements of a matrix according to a defined property.
From A = [5,2,3] and B = [1,2,3,4,5,6,7,8,9,10] produce a vector C where : C(1) is the sum of the first A(1) elements of B, ...

9年以上 前

解決済み


Select every other element of a matrix
Write a function called outMat = odd_idx( myMat ) that takes a matrix, myMat, as input argument and returns a matrix th...

9年以上 前

解決済み


I've got the power! (Inspired by Project Euler problem 29)
Consider all integer combinations of a^b and b^a for the integer values 2 ≤ a ≤ 4 and 2 ≤ b ≤ 5: 2^2=4, 2^3=8, 2^4=16,...

9年以上 前

さらに読み込む