photo

Sophie


Last seen: casi 4 años hace Con actividad desde 2016

Followers: 0   Following: 0

Mensaje

Estadística

All
  • 5-Star Galaxy Level 3
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Triathlon Participant
  • Leader
  • CUP Challenge Master
  • Commenter
  • Promoter
  • Solver

Ver insignias

Feeds

Ver por

Respondida
how can I convert the output of solve function into matrix form?
Maybe better option is to use _linsolve_ if the system of equations is linear. So that U'll obtain result as matrix. Also you c...

más de 7 años hace | 0

Respondida
Warnings do not turn off
try warning('off','all')

más de 7 años hace | 0

Respondida
Cumulative sum of cell array column
Try this res=sum(cellfun(@double,A(:,7))) or res=cumsum(cellfun(@double,A(:,7)))

más de 7 años hace | 0

Respondida
Displaying the answer of Newton's method for multiple roots?
Obtained solution: Main code m=1; fprintf(' k xk fx dfx \n'); roots=[-0.0505 1.3232 ...

más de 7 años hace | 0

Respondida
Displaying the answer of Newton's method for multiple roots?
for k=1:50 fx=sin(x^(2))+x^(2)-2*x-0.09; dfx=(2*(x*cos(x^2)+x-1)); fprintf('%3d %12.8f %1...

más de 7 años hace | 0

| aceptada

Respondida
how do I find the minimum of an implicit equation with symbolic variable
I guess you have to use symbolic variables here instead of A(i),B(i),C(i). And only in the end substitute elements in result us...

más de 7 años hace | 0

Respondida
How to solve this 3rd order PDE?
Firstly u have to rewrite your equation. Than use pdepe. check out this. https://www.mathworks.com/help/matlab/math/partial-di...

más de 7 años hace | 0

Respondida
How do I format the screen output?
https://www.mathworks.com/help/matlab/matlab_env/format-output.html

casi 8 años hace | 1

Respondida
How to zoom text at m file?
preferences - fonts

casi 8 años hace | 3

| aceptada

Respondida
how to save à new file
try ctrl+s. or u want to create new file in the script and save it?

casi 8 años hace | 3