photo

Dhiraj R


Last seen: plus de 5 ans il y a Actif depuis 2016

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

7 Questions
0 Réponses

Cody

0 Problèmes
12 Solutions

RANG
238 470
of 300 974

RÉPUTATION
0

CONTRIBUTIONS
7 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
28.57%

VOTES REÇUS
0

RANG
 of 21 128

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
43 025
of 172 130

CONTRIBUTIONS
0 Problèmes
12 Solutions

SCORE
100

NOMBRE DE BADGES
1

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 2
  • First Review
  • Thankful Level 1
  • Solver

Afficher les badges

Feeds

Afficher par

Question


How to get imaginary and real part of complex expression symbolically?
I am trying to get the imaginary and real part of following complex expression. syms a b F = imag((cos(a)-j*sin(a))/(1+j...

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

0

réponse

Question


How to utilize multi core of CPU?
I am using global optimization toolbox (more specifically ga) and "parfor" for constraint on AMD Ryzen 6 core CPU. When I run th...

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

0

réponse

Question


How to fix segmentation fault (core dumped) error upon starting Simulink in MATLAB R2017b on Ubuntu 16.04?
I have installed MATLAB R2017b on Ubuntu 16.04. Whenever, I start simulink Matlab closes itself and terminal window display segm...

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

0

réponse

Question


How to solve "Not enough input arguments" error?
Hi everybody, I am trying to solve set of three non linear equations using _fsolve_. However, I am getting "Not enough input ar...

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

1

réponse

Question


How to define vector 'x' symbollically?
So, that its elements x(1), x(2), x(3) etc.. could be used later in script.

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

1

réponse

Question


solve non linear equations using Newton iterative method
My equations are x/sqrt(x^2+y^2) = -1 + 1/1.2 * cos(phi) y/sqrt(x^2+y^2) = 1/1.2 * sin(phi) arg(diff((x- jy)/sqrt(x^2+...

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

0

réponse

A résolu


find a number (cheat)
find a number input^5 = input the out put should be the number. try cheating

environ 9 ans il y a

A résolu


Simple equation: Annual salary
Given an hourly wage, compute an annual salary by multiplying the wage times 40 and times 50, because salary = wage x 40 hours/w...

environ 9 ans il y a

A résolu


Create a row array using double colon operator
Create a row array from 9 to 1, using the double colon operator.

environ 9 ans il y a

A résolu


radius of a spherical planet
you just measured its surface area, that is the input.

environ 9 ans il y a

A résolu


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

environ 9 ans il y a

A résolu


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

environ 9 ans il y a

A résolu


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

environ 9 ans il y a

A résolu


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

environ 9 ans il y a

A résolu


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

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

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

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

environ 9 ans il y a

Question


solve non linear equations symbolically
I have 4 variables & 3 non linear equations. Objective is to get 4th non linear equations expressed in 2 variables. Variables...

environ 9 ans il y a | 2 réponses | 0

2

réponses