David Armendáriz
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
109.388
of 295.569
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20.247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.105
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
why getpts doesn't give the correct points?
I have the following image: When I plot the points got by getpts, the image is flipped upside down: My code is the followi...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
How to pass symbolic variables to funcion handle
I have some function handle in console defined like this: g=@(t1,t2,t3)[t1^2,t2^3,t3^3]; Then, I have some function ...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
using syms with deploytool
Hi, I am trying to build a standalone with deploytool, it creates without any error but when I execute the program it says: ...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
How to display a message when two conditions are met in GUI
I have two sliders that modify two different functions. For example when slider1 takes the value 3 and the slider2 takes the val...
meer dan 6 jaar ago | 1 answer | 0
1
answerQuestion
How to avoid automatic simplification when integrating
Suppose I have the following symbolic integral g=-(t - x)^2*((p - x1)^2 - (p - x2)^2) int(g,t) -((t - x)^3*(x1 - x2)*(x...
meer dan 6 jaar ago | 0 answers | 0
0
answersQuestion
get only addends of subexpression
Suppose I have a symbolic expression like this syms x x0 f=(x-x0)^3 children(f) [(x-x0),3] I would like to get ...
meer dan 6 jaar ago | 1 answer | 0