photo

Kokalz


aomwa

Actif depuis 2012

Followers: 0   Following: 0

Message

Statistiques

All
MATLAB Answers

18 Questions
11 Réponses

Cody

0 Problèmes
14 Solutions

RANG
22 058
of 300 338

RÉPUTATION
1

CONTRIBUTIONS
18 Questions
11 Réponses

ACCEPTATION DE VOS RÉPONSES
61.11%

VOTES REÇUS
1

RANG
 of 20 922

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG
30 185
of 168 149

CONTRIBUTIONS
0 Problèmes
14 Solutions

SCORE
160

NOMBRE DE BADGES
2

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • First Review
  • Thankful Level 3
  • First Answer
  • Commenter
  • Solver

Afficher les badges

Feeds

Afficher par

Question


Question about 2 output optimization
Hi guys! I'm struggling to formulate a typical optimization problem into something than can be solved by MATLAB and was hopin...

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

1

réponse

Question


Getting wrong results with fft
Hi guys! I just can't get my head around fft function in MATLAB. I have a set of variable-step data and variable-step time ob...

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

1

réponse

Question


Animating the SIMULINK model
Hi guys! I am working on a project and accidentally came across this video, where the person animates his quarter vehicle sus...

plus de 11 ans il y a | 2 réponses | 0

2

réponses

Question


Having a slight problem with Newton-Raphson loop. No errors in command window..
Hi everybody! First, thank you very much for answering my previous question about the anonymous functions. *The new issue ...

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

2

réponses

Question


Possible to use anonymous function as script function input?
Hey everyone! I was wondering if there is any method to allow anonymous function to be used as an input. For example: I ha...

environ 13 ans il y a | 3 réponses | 0

3

réponses

Question


Newton-Raphson method to solve equations.
Hi guys! I'm trying to write a function that would allow me to use numerical methods (Newton-Raphson method) to solve equatio...

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

1

réponse

Réponse apportée
Having a problem building a graph in a GUI. No errors in com. window
Figured it out, forgot to add str2doubl after getting the value from the listbox. Sorry!

environ 13 ans il y a | 0

| A accepté

Question


Having a problem building a graph in a GUI. No errors in com. window
Hi Guys! Here's the deal: I'm trying to build a gui that processes excel data and builds a graph from it. I need to be able t...

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

2

réponses

A résolu


inner product of two vectors
inner product of two vectors

environ 13 ans il y a

A résolu


Bottles of beer
Given an input number representing the number of bottles of beer on the wall, output how many are left if you take one down and ...

environ 13 ans il y a

A résolu


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

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

plus de 13 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 ...

plus de 13 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 ...

plus de 13 ans il y a

A résolu


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

plus de 13 ans il y a

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

plus de 13 ans il y a

A résolu


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

plus de 13 ans il y a

Réponse apportée
Need a bit help with getting values from gui listbox
It still takes all 3 values from the listBox. How can I make it take onl the selected one?

plus de 13 ans il y a | 0

Question


Need a bit help with getting values from gui listbox
Hi guys! I have a gui witha listbox with 3 values in it (0.01, 0.1 & 1).I need my gui to use numerical value selected in the ...

plus de 13 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
How to only print GUI graph with GUIDE toolbar
After doing a bit more searching it appears that you cannot just print from the axes. The only possible way to print is to copy ...

plus de 13 ans il y a | 0

Question


How to only print GUI graph with GUIDE toolbar
Hi guys! I have added a toolbar for my GUI ( that has some data and a graph). I added save, print and data cursor tools to it...

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

1

réponse

Réponse apportée
Program does 5 calculations instead of one.
Allright guys! I'm really sorry for making the whole thing really confusing. I treid Jan's suggestion on Friday and it did not w...

plus de 13 ans il y a | 0

Réponse apportée
Program does 5 calculations instead of one.
Still can't figure it out. Anyone? :(

plus de 13 ans il y a | 0

Question


Program does 5 calculations instead of one.
Hi Guys! I have written a simple script, that's supposed to do some loop calculations. Here's the script: a=3; initialVelo...

plus de 13 ans il y a | 4 réponses | 0

4

réponses

Réponse apportée
How to create a loop calcualtion?
Thanks a lot fellas! I really don't know which question to mark up, as all of them seem to use the more or less same method, so ...

plus de 13 ans il y a | 0

Question


How to create a loop calcualtion?
Hi Guys! I am writing a GUI that processes some excel data and got to a point, where I need it to do some loop calculation. How...

plus de 13 ans il y a | 4 réponses | 0

4

réponses

Réponse apportée
Installer won't see the Compliler toolbox
For future references, the problem was with the license. Once you activate it through the matlab homepage everything works.

plus de 13 ans il y a | 0

| A accepté

Question


Having trouble compiling uigetfile function
Hello everyone! I created a GUI that has a feature to import and get data from an Excel file. To do that i used uigetfile funct...

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

1

réponse

Charger plus