firasbensalah

0 Reputation

2 Badges

13 years, 351 days

MaplePrimes Activity


These are questions asked by firasbensalah

Hello

I have some numerical values (excel-format) and i would like import them in my Maple page , after that i m traying to plot them but it s impossible , in fact when i click on the right button of my mouse , i haven't this option.

Please help me , and show me how i should do it in details , i m not an expert

thanks .

Firas

hello , i m a student and i have a little question

in fact , i wrote this program bur it doesn't work until now , i dont knew why , please if you have an idea tell it to me as soon as possible ,

thanks

> restart;
> affichage := proc (L) local i, M; M := []; for i to nops(L) do M := [op(M), convert(L(i), list)] end do; plot(M, scaling = constrained, axes = none, color = red) end proc;
print(`output redirected...`); # input placeholder
proc(L)  ...  end;

Page 1 of 1