Risposto
How to double integral in MATLAB
Try dblquad function

oltre 9 anni fa | 0

Inviato


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

oltre 9 anni fa | 1 download |

0.0 / 5

Problema


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

oltre 9 anni fa | 1 | 342 risolutori

Risolto


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

oltre 9 anni fa

Inviato


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

oltre 9 anni fa | 2 download |

0.0 / 5

Risposto
how i can store all values from for loop ?
for i=1:10 A(i)=... end

oltre 9 anni fa | 0

| accettato

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

oltre 9 anni fa | 0

Risposto
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]));

oltre 9 anni fa | 0

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

oltre 9 anni fa | 0

Risposto
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 !!

oltre 9 anni fa | 0

Risposto
How to solve differential equation system?
Try doc ode45 in matlab command. You will get examples.

oltre 9 anni fa | 0

Risposto
"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 ...

oltre 9 anni fa | 0

Risposto
play at double speed
I think, not possible.

oltre 9 anni fa | 0

Risposto
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....

oltre 9 anni fa | 0

Risposto
A problem in printing EPS figures
Try this print -depsc2 nameoffigure.eps

oltre 9 anni fa | 0

| accettato

Risposto
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...

oltre 9 anni fa | 0

Risposto
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...

oltre 9 anni fa | 0

Risolto


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...

oltre 9 anni fa

Risolto


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...

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Problema


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

oltre 9 anni fa | 2 | 141 risolutori

Risolto


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

oltre 9 anni fa

Risolto


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

oltre 9 anni fa

Risolto


this is a test problem
this is a anniversary test problem

oltre 9 anni fa

Risolto


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 ...

oltre 9 anni fa

Risolto


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 ...

oltre 9 anni fa

Risolto


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, ...

oltre 9 anni fa

Risolto


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...

oltre 9 anni fa

Risolto


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,...

oltre 9 anni fa

Carica altro