Community Profile

photo

Hassan Dehghani


Last seen: plus de 2 ans il y a Actif depuis 2014

Statistiques

All
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Thankful Level 1
  • First Answer
  • Promoter
  • Commenter
  • Creator
  • Speed Demon
  • Solver

Afficher les badges

Content Feed

Afficher par

Question


Time out occured while trying to get a frame from the webcam.
Hi, I have a webcam (creative HD 1080p). I could use it last week. But I don't know what happened. Now that I want to capture im...

presque 8 ans il y a | 1 réponse | 0

0

réponse

Question


I am trying to simulate descriptor (singular) systems with time delays!
I am trying to simulate descriptor (singular) systems with time delays, but I don't know how. I checked dde23, but no hope. Any ...

environ 8 ans il y a | 1 réponse | 0

1

réponse

Question


I am trying to print a figure, but the line width reduces! any ideas?
I have some plots I have to save. I use the print command to save them. I have set the linewidth to 2; however, the linewidth in...

plus de 8 ans il y a | 1 réponse | 1

0

réponse

Question


"The specified key is not present in this container" error arduino Support Packages for MATLAB R2015a
I am using MATLAB 2015a. I tried to download arduino support packages for several times, it would download the file, but then I ...

plus de 8 ans il y a | 1 réponse | 0

1

réponse

A répondu
im very new to matlab...i downloaded the code from net..bet when i try to run it it shows an error "not enough input arguments"...please help me
this is a function, I, Sx, Sy, f, theta are the inputs. try typing something like this, [G,gabout] = gaborfilter2(1,2,3,4,30)...

presque 9 ans il y a | 0

Question


I need to solve an equation set :(
Hi, I need to solve an equation, but I don't know how. here's the equation set. P*S=A*P+B*G+E 0= C*P+D*G+De P and G are...

presque 9 ans il y a | 1 réponse | 0

1

réponse

A soumis


Routh Array
Builds the array , and checks stability.

plus de 9 ans il y a | 5 téléchargements |

A résolu


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

plus de 9 ans il y a

Question


why can't i plot this function? :(
I'm trying to plot this function. It gives me the following error. Warning: Matrix is singular to working precision I'm us...

presque 10 ans il y a | 1 réponse | 0

1

réponse

A résolu


Find the area of the four walls
If length, breadth and height of the walls are given, find the area of the four walls.

presque 10 ans il y a

A résolu


Find the square of the sum of the digits of a number
If a number (n) is provided as an input, find the square of the sum of the digits of the number. Example If n = 21, the an...

presque 10 ans il y a

A résolu


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

presque 10 ans il y a

A résolu


Create times-tables
At one time or another, we all had to memorize boring times tables. 5 times 5 is 25. 5 times 6 is 30. 12 times 12 is way more th...

presque 10 ans il y a

A résolu


Swap the first and last columns
Flip the outermost columns of matrix A, so that the first column becomes the last and the last column becomes the first. All oth...

presque 10 ans il y a

A résolu


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

presque 10 ans il y a

A résolu


Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...

presque 10 ans il y a

A résolu


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

presque 10 ans il y a

Question


How can I get GUIDE to add multiple 'edit texts' to a figure?
I'm trying to learn how to code uicontrols! I want the user to input a number (n), and I want the program to produce (n+1) edit ...

presque 10 ans il y a | 1 réponse | 0

0

réponse

A résolu


Who Has the Most Change?
You have a matrix for which each row is a person and the columns represent the number of quarters, nickels, dimes, and pennies t...

presque 10 ans il y a

Question


Can anyone explain how Cody calculates the size of a program?
Can anyone explain how Cody calculates the size of a program? I read the help, but couldn't understand. :(

presque 10 ans il y a | 1 réponse | 0

1

réponse

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

presque 10 ans il y a

A résolu


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

presque 10 ans il y a

Problème


Given a number between 1-365 (a day number in a non leap year) , find what day of what month it is.
For a given number between 1-365 (a day number in a non leap year), you should check which day of which month it is. for exam...

presque 10 ans il y a | 2 | 30 solveurs

A résolu


Given a number between 1-365 (a day number in a non leap year) , find what day of what month it is.
For a given number between 1-365 (a day number in a non leap year), you should check which day of which month it is. for exam...

presque 10 ans il y a

A résolu


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

presque 10 ans il y a

A résolu


Is my wife right?
Regardless of input, output the string 'yes'.

presque 10 ans il y a

A résolu


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

presque 10 ans il y a

A résolu


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

presque 10 ans il y a

A résolu


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

presque 10 ans il y a