Community Profile

photo

ClementJ


Last seen: 5 meses hace Con actividad desde 2022

Followers: 0   Following: 0

Programming Languages:
MATLAB
Spoken Languages:
French

Estadísticas

All
  • Solver
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How to make text conditional statements
Hi, Maybe use '\n' in your line 2: prompt = 'Enter Bady Part : \n'; g = input(prompt,'s'); if g == 'hand' dis...

casi 2 años hace | 0

Respondida
using for loops to calculate compound interest with yearly contributions
Hi, I think you need to add the cmp value in your loop and I think it is : year_cmp = year_cmp + 1; y(year_cmp) = (P*(1+r)); ...

casi 2 años hace | 0

Respondida
How can I create a unique matrix by removing rows with similar elements?
Hi, Maybe, you can use: %% load A data load('A.mat') %% process sum_A = sum(A,2); [~,ia,~] = unique(sum_A); %% change...

casi 2 años hace | 0